abma

Results 101 comments of abma

the oracle listener was configured incorrectly: it had some db server/instance configured which didn't exist. i can try to reproduce the issue, but this will take a bit.

listener.ora: ``` SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (GLOBAL_DBNAME = ORCL.some.domain) (ORACLE_HOME = /opt/oracle/product/19c/dbhome_1) (SID_NAME = ORCL.some.domain) ) ) LISTENER = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC)(KEY...

GLOBAL_DBNAME + SID_NAME was incorrect. to fix it i just removed SID_LIST_LISTENER. i didn't test the thick driver: lsnrctl status says ` Instance "ORCL", status UNKNOWN, has 1 handler(s) for...

oh, as the dialplan is not this difficult, i guess i try with mod_python3 next

similar crash in mod_python3.c:340 with > 1.10.7~release~19~883d2cb662~bullseye-1~bullseye+1 on debian 11: [backtrace.txt](https://github.com/signalwire/freeswitch/files/8482956/backtrace.txt)

i'm having the same problem on debian 12 (gnome 42): with `GDK_BACKEND=x11 transmission-gtk` it runs fine.

LC_ALL=C GTK_DEBUG=all transmission-gtk : [debug.txt.gz](https://github.com/transmission/transmission/files/8840709/debug.txt.gz)

these messages are spammed until it crashes: ``` Gtk-Message: 22:24:24.537: menutracker: action unity.-Help missing from the start Gtk-Message: 22:24:24.537: menutracker: action unity.-About missing from the start Gtk-Message: 22:24:24.537: menutracker: action...

indeed, resetting ALL gnome settings to default makes it launch again on wayland: `dconf reset -f /org/` this change is overkill but atm i'm to busy to fiddle the exact...