Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118346 - Gaim crashes on startup
Summary: Gaim crashes on startup
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-08 19:18 UTC by Porges
Modified: 2006-07-06 09:49 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Porges 2006-01-08 19:18:51 UTC
* Upon startup, gaim dies with this output:
dbus: okkk
plugins: probing /usr/lib64/gaim/docklet.so
plugins: probing /usr/lib64/gaim/gestures.so
plugins: probing /usr/lib64/gaim/mono.so
plugins: probing /usr/lib64/gaim/musicmessaging.so
plugins: probing /usr/lib64/gaim/perl.so
plugins: probing /usr/lib64/gaim/libgaimperl.so
plugins: /usr/lib64/gaim/libgaimperl.so is not usable because the 'gaim_init_plugin' symbol could not be found.  Does the plugin call the GAIM_INIT_PLUGIN() macro?
plugins: probing /usr/lib64/gaim/ssl.so
plugins: probing /usr/lib64/gaim/ssl-gnutls.so
plugins: probing /usr/lib64/gaim/ssl-nss.so
plugins: probing /usr/lib64/gaim/ticker.so
plugins: probing /usr/lib64/gaim/extplacement.so
plugins: probing /usr/lib64/gaim/gaimrc.so
plugins: probing /usr/lib64/gaim/history.so
plugins: probing /usr/lib64/gaim/iconaway.so
plugins: probing /usr/lib64/gaim/idle.so
plugins: probing /usr/lib64/gaim/notify.so
plugins: probing /usr/lib64/gaim/relnot.so
plugins: probing /usr/lib64/gaim/spellchk.so
plugins: probing /usr/lib64/gaim/statenotify.so
plugins: probing /usr/lib64/gaim/timestamp.so
plugins: probing /usr/lib64/gaim/dbus-example.so
plugins: probing /usr/lib64/gaim/libbonjour.so
plugins: probing /usr/lib64/gaim/libgg.so
plugins: probing /usr/lib64/gaim/libirc.so
plugins: probing /usr/lib64/gaim/libjabber.so
plugins: probing /usr/lib64/gaim/libmsn.so
plugins: probing /usr/lib64/gaim/libnovell.so
plugins: probing /usr/lib64/gaim/liboscar.so
plugins: probing /usr/lib64/gaim/libsimple.so
plugins: probing /usr/lib64/gaim/libyahoo.so
plugins: probing /usr/lib64/gaim/libzephyr.so
plugins: probing /usr/lib64/gaim/nautilus.so
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
Program received signal SIGTRAP, Trace/breakpoint trap.

* Backtrace:
#0  0x00002aaaad36cd4d in g_logv () from /usr/lib/libglib-2.0.so.0
#1  0x00002aaaad36cfa1 in g_log () from /usr/lib/libglib-2.0.so.0
#2  0x0000000000470808 in gaim_dbus_pointer_to_id ()
#3  0x0000000000482e48 in gaim_dbus_signal_emit_gaim ()
#4  0x000000000045c7e9 in gaim_signal_emit_vargs ()
#5  0x000000000045c8c0 in gaim_signal_emit ()
#6  0x000000000044cb58 in gaim_plugin_load ()
#7  0x000000000044dedb in gaim_plugins_probe ()
#8  0x0000000000442511 in gaim_core_init ()
#9  0x00000000004ba2b3 in main ()
Comment 1 Porges 2006-01-08 19:55:27 UTC
Forgot to mention it runs perfectly fine as root. When I run a trace as root, the output is as above, but continues with:

plugins: probing /usr/lib64/gaim/GaimAPI.dll
mono: Probing plugin
mono: Found our GaimAPI.dll
plugins: probing /usr/lib64/gaim/MPlugin.dll
mono: Probing plugin
plugins: probing /usr/lib64/gaim/GetBuddyBack.dll
mono: Probing plugin

(Instead of "g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed".)
Comment 2 Allan Wang 2006-01-08 19:57:20 UTC
I'm experiencing this exact problem also.
Comment 3 Matthias Jansen 2006-01-11 11:50:45 UTC
I had similar problems when trying to start gaim. 
But after I moved the profile folder (~/-gaim) and created a new one, it works again. But I don't know why.
Comment 4 Matthias Jansen 2006-01-11 11:53:42 UTC
Sorry, there is a type in my last post.

Should read: ~/.gaim
Comment 5 Porges 2006-01-11 19:47:10 UTC
Yes, I have tried moving the folder, and nothing changed.
Comment 6 Allan Wang 2006-01-15 15:16:28 UTC
I'm having a lot of weird problems that seem to relate each other. gnome-panel crashes on startup, gaim crashes on startup, nautilus crashes when entering a folder.

However when I strace gnome-panel, gaim, or nautilus, it works perfectly fine. So right now I'm running strace -o /dev/null gaim and it doesn't crash.

Does anyone have any ideas about this strangeness?
Comment 7 Porges 2006-01-18 02:05:24 UTC
Bizzare, I just tried the same.

strace -o /dev/null gaim works for me too :S
Comment 8 Allan Wang 2006-01-21 13:43:40 UTC
It seems some apps trigger a critical gdk/glib assertion failure, and running the apps as a normal user causes a trace/breakpoint trap and abort, but it ignores the failure as root or when straced...

Now can anyone knowledgable look at why this is happening? Thanks..
Comment 9 Allan Wang 2006-01-21 14:21:23 UTC
Ok, stopped it from crashing by replacing the G_BREAKPOINT() macro with a printf. But what's the underlying cause?
Comment 10 Andrei Yurkevich 2006-02-02 07:48:04 UTC
This is related to pre-release debugging of glib and gnome-2.13 libraries. All G_RETURN_IF_FAIL, G_ASSERT and similar debugging macros abort the program in recent versions of glib. I suppose this has been done by the GNOME team to force people to report all problems that cause warnings/errors with GTK+/GNOME software to gnome bugzilla.
Comment 11 Christof Schulze 2006-02-17 08:46:07 UTC
Could be the same problem here,

moving the gaim profile to another folder works but after a reboot i get the same crash
it works a sroot but then again I do not have a gaim profile so I am not sure if  this really is the same problem.
Maybe one of you know if it is, debugging output is attached.

I am running gaim 2 beta2 -r1

dbus: okkk
plugins: probing /usr/lib/gaim/docklet.so
plugins: probing /usr/lib/gaim/encrypt.so
plugins: probing /usr/lib/gaim/extplacement.so
plugins: probing /usr/lib/gaim/gestures.so
plugins: probing /usr/lib/gaim/history.so
plugins: probing /usr/lib/gaim/iconaway.so
plugins: probing /usr/lib/gaim/idle.so
plugins: probing /usr/lib/gaim/libgg.so
plugins: probing /usr/lib/gaim/libirc.so
plugins: probing /usr/lib/gaim/libjabber.so
plugins: probing /usr/lib/gaim/libmsn.so
plugins: probing /usr/lib/gaim/libnovell.so
plugins: probing /usr/lib/gaim/liboscar.so
plugins: probing /usr/lib/gaim/libyahoo.so
plugins: probing /usr/lib/gaim/libzephyr.so
plugins: probing /usr/lib/gaim/notify.so
plugins: probing /usr/lib/gaim/perl.so
plugins: probing /usr/lib/gaim/relnot.so
plugins: probing /usr/lib/gaim/spellchk.so
plugins: probing /usr/lib/gaim/ssl-gnutls.so
plugins: probing /usr/lib/gaim/ssl-nss.so
plugins: probing /usr/lib/gaim/ssl.so
plugins: probing /usr/lib/gaim/statenotify.so
plugins: probing /usr/lib/gaim/ticker.so
plugins: probing /usr/lib/gaim/timestamp.so
plugins: probing /usr/lib/gaim/musicmessaging.so
plugins: probing /usr/lib/gaim/guifications.so
plugins: probing /usr/lib/gaim/LaTeX.so
plugins: /usr/lib/gaim/LaTeX.so is unloadable: ABI version mismatch 1.5.x (need 2.0.x)
plugins: probing /usr/lib/gaim/se.so
plugins: /usr/lib/gaim/se.so is unloadable: ABI version mismatch 1.5.x (need 2.0.x)
plugins: probing /usr/lib/gaim/timestamp_format.so
plugins: probing /usr/lib/gaim/libgaimperl.so
plugins: /usr/lib/gaim/libgaimperl.so is not usable because the 'gaim_init_plugin' symbol could not be found.  Does the plugin call the GAIM_INIT_PLUGIN() macro?
plugins: probing /usr/lib/gaim/gaimrc.so
plugins: probing /usr/lib/gaim/psychic.so
plugins: probing /usr/lib/gaim/dbus-example.so
plugins: probing /usr/lib/gaim/libbonjour.so
plugins: probing /usr/lib/gaim/libsimple.so
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
util: Reading file accounts.xml from directory /home/erika/.gaim
util: Reading file status.xml from directory /home/erika/.gaim
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
stun: using server
util: Reading file blist.xml from directory /home/erika/.gaim
prefs: Reading /home/erika/.gaim/prefs.xml
prefs: Finished reading /home/erika/.gaim/prefs.xml
plugins: Loading saved plugin /usr/lib/gaim/statenotify.so
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
plugins: Unable to find saved plugin /usr/lib/gaim/libextprefs.so
plugins: Loading saved plugin /usr/lib/gaim/encrypt.so
gaim-encryption: Checking for old prefs file (/home/erika/.gaim/encrypt.prefs)...
gaim-encryption: plugin_load called
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
gaim-encryption: load_keys: name(131407198), protocol (prpl-oscar): 0x8186d60
gaim-encryption: load_keys() 742: Added:                 131407198 NSS 1.0
gaim-encryption: load_keys: name(erika0819), protocol (prpl-oscar): 0x81880c8
gaim-encryption: load_keys() 742: Added:                 erika0819 NSS 1.0
gaim-encryption: load_keys: name(blindguardian371), protocol (prpl-oscar): 0x8192448
gaim-encryption: load_keys() 742: Added:          blindguardian371 NSS 1.0
gaim-encryption: load_keys: name(erika0815_93@hotmail.com), protocol (prpl-msn): 0x8193658
gaim-encryption: load_keys() 742: Added:  erika0815_93@hotmail.com NSS 1.0
gaim-encryption: load_keys: name(Klaus_Dieter@jabber.ccc.de/md-home), protocol (prpl-jabber): 0x8194c98
gaim-encryption: load_keys() 742: Added:                               Klaus_Dieter@jabber.ccc.de/md-home NSS 1.0
gaim-encryption: load_keys: name(131407198), protocol (prpl-oscar): 0x8186d60
gaim-encryption: load_keys() 742: Added:                 131407198 NSS 1.0
gaim-encryption: load_keys: name(erika0819), protocol (prpl-oscar): 0x81880c8
gaim-encryption: load_keys() 742: Added:                 erika0819 NSS 1.0
gaim-encryption: load_keys: name(blindguardian371), protocol (prpl-oscar): 0x8192448
gaim-encryption: load_keys() 742: Added:          blindguardian371 NSS 1.0
gaim-encryption: load_keys: name(erika0815_93@hotmail.com), protocol (prpl-msn): 0x8193658
gaim-encryption: load_keys() 742: Added:  erika0815_93@hotmail.com NSS 1.0
gaim-encryption: load_keys: name(Klaus_Dieter@jabber.ccc.de/md-home), protocol (prpl-jabber): 0x8194c98
gaim-encryption: load_keys() 742: Added:                               Klaus_Dieter@jabber.ccc.de/md-home NSS 1.0
gaim-encryption: File /home/erika/.gaim/known_keys doesn't exist (yet).  A new one will be created.
gaim-encryption: find key by name: 131407198
gaim-encryption: find key by name: 131407198
gaim-encryption: find key by name: erika0819
gaim-encryption: find key by name: erika0819
gaim-encryption: find key by name: blindguardian371
gaim-encryption: find key by name: blindguardian371
gaim-encryption: find key by name: erika0815_93@hotmail.com
gaim-encryption: find key by name: erika0815_93@hotmail.com
gaim-encryption: find key by name: Klaus_Dieter@jabber.ccc.de/md-home
gaim-encryption: find key by name: Klaus_Dieter@jabber.ccc.de/md-home
gaim-encryption: done loading
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
plugins: Loading saved plugin /usr/lib/gaim/guifications.so
Guifications: Probing /usr/share/pixmaps/gaim/guifications/themes/Penguins/theme.xml
Guifications: Probing /usr/share/pixmaps/gaim/guifications/themes/mini/theme.xmlGuifications: Probing /usr/share/pixmaps/gaim/guifications/themes/default/theme.xml
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
plugins: Loading saved plugin /usr/lib/gaim/history.so
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
plugins: Loading saved plugin /usr/lib/gaim/iconaway.so
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
plugins: Loading saved plugin /usr/lib/gaim/notify.so
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
plugins: Loading saved plugin /usr/lib/gaim/ssl-nss.so
plugins: Loading saved plugin /usr/lib/gaim/ssl.so
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
plugins: Loading saved plugin /usr/lib/gaim/docklet.so
docklet: plugin loaded
gtkblist: added visibility manager: 1
tray icon: created
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
plugins: Loading saved plugin /usr/lib/gaim/spellchk.so
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
pounce: Error reading pounces: Datei 
Comment 12 Christof Schulze 2006-02-17 08:46:07 UTC
Could be the same problem here,

moving the gaim profile to another folder works but after a reboot i get the same crash
it works a sroot but then again I do not have a gaim profile so I am not sure if  this really is the same problem.
Maybe one of you know if it is, debugging output is attached.

I am running gaim 2 beta2 -r1

dbus: okkk
plugins: probing /usr/lib/gaim/docklet.so
plugins: probing /usr/lib/gaim/encrypt.so
plugins: probing /usr/lib/gaim/extplacement.so
plugins: probing /usr/lib/gaim/gestures.so
plugins: probing /usr/lib/gaim/history.so
plugins: probing /usr/lib/gaim/iconaway.so
plugins: probing /usr/lib/gaim/idle.so
plugins: probing /usr/lib/gaim/libgg.so
plugins: probing /usr/lib/gaim/libirc.so
plugins: probing /usr/lib/gaim/libjabber.so
plugins: probing /usr/lib/gaim/libmsn.so
plugins: probing /usr/lib/gaim/libnovell.so
plugins: probing /usr/lib/gaim/liboscar.so
plugins: probing /usr/lib/gaim/libyahoo.so
plugins: probing /usr/lib/gaim/libzephyr.so
plugins: probing /usr/lib/gaim/notify.so
plugins: probing /usr/lib/gaim/perl.so
plugins: probing /usr/lib/gaim/relnot.so
plugins: probing /usr/lib/gaim/spellchk.so
plugins: probing /usr/lib/gaim/ssl-gnutls.so
plugins: probing /usr/lib/gaim/ssl-nss.so
plugins: probing /usr/lib/gaim/ssl.so
plugins: probing /usr/lib/gaim/statenotify.so
plugins: probing /usr/lib/gaim/ticker.so
plugins: probing /usr/lib/gaim/timestamp.so
plugins: probing /usr/lib/gaim/musicmessaging.so
plugins: probing /usr/lib/gaim/guifications.so
plugins: probing /usr/lib/gaim/LaTeX.so
plugins: /usr/lib/gaim/LaTeX.so is unloadable: ABI version mismatch 1.5.x (need 2.0.x)
plugins: probing /usr/lib/gaim/se.so
plugins: /usr/lib/gaim/se.so is unloadable: ABI version mismatch 1.5.x (need 2.0.x)
plugins: probing /usr/lib/gaim/timestamp_format.so
plugins: probing /usr/lib/gaim/libgaimperl.so
plugins: /usr/lib/gaim/libgaimperl.so is not usable because the 'gaim_init_plugin' symbol could not be found.  Does the plugin call the GAIM_INIT_PLUGIN() macro?
plugins: probing /usr/lib/gaim/gaimrc.so
plugins: probing /usr/lib/gaim/psychic.so
plugins: probing /usr/lib/gaim/dbus-example.so
plugins: probing /usr/lib/gaim/libbonjour.so
plugins: probing /usr/lib/gaim/libsimple.so
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
util: Reading file accounts.xml from directory /home/erika/.gaim
util: Reading file status.xml from directory /home/erika/.gaim
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
stun: using server
util: Reading file blist.xml from directory /home/erika/.gaim
prefs: Reading /home/erika/.gaim/prefs.xml
prefs: Finished reading /home/erika/.gaim/prefs.xml
plugins: Loading saved plugin /usr/lib/gaim/statenotify.so
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
plugins: Unable to find saved plugin /usr/lib/gaim/libextprefs.so
plugins: Loading saved plugin /usr/lib/gaim/encrypt.so
gaim-encryption: Checking for old prefs file (/home/erika/.gaim/encrypt.prefs)...
gaim-encryption: plugin_load called
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
gaim-encryption: load_keys: name(131407198), protocol (prpl-oscar): 0x8186d60
gaim-encryption: load_keys() 742: Added:                 131407198 NSS 1.0
gaim-encryption: load_keys: name(erika0819), protocol (prpl-oscar): 0x81880c8
gaim-encryption: load_keys() 742: Added:                 erika0819 NSS 1.0
gaim-encryption: load_keys: name(blindguardian371), protocol (prpl-oscar): 0x8192448
gaim-encryption: load_keys() 742: Added:          blindguardian371 NSS 1.0
gaim-encryption: load_keys: name(erika0815_93@hotmail.com), protocol (prpl-msn): 0x8193658
gaim-encryption: load_keys() 742: Added:  erika0815_93@hotmail.com NSS 1.0
gaim-encryption: load_keys: name(Klaus_Dieter@jabber.ccc.de/md-home), protocol (prpl-jabber): 0x8194c98
gaim-encryption: load_keys() 742: Added:                               Klaus_Dieter@jabber.ccc.de/md-home NSS 1.0
gaim-encryption: load_keys: name(131407198), protocol (prpl-oscar): 0x8186d60
gaim-encryption: load_keys() 742: Added:                 131407198 NSS 1.0
gaim-encryption: load_keys: name(erika0819), protocol (prpl-oscar): 0x81880c8
gaim-encryption: load_keys() 742: Added:                 erika0819 NSS 1.0
gaim-encryption: load_keys: name(blindguardian371), protocol (prpl-oscar): 0x8192448
gaim-encryption: load_keys() 742: Added:          blindguardian371 NSS 1.0
gaim-encryption: load_keys: name(erika0815_93@hotmail.com), protocol (prpl-msn): 0x8193658
gaim-encryption: load_keys() 742: Added:  erika0815_93@hotmail.com NSS 1.0
gaim-encryption: load_keys: name(Klaus_Dieter@jabber.ccc.de/md-home), protocol (prpl-jabber): 0x8194c98
gaim-encryption: load_keys() 742: Added:                               Klaus_Dieter@jabber.ccc.de/md-home NSS 1.0
gaim-encryption: File /home/erika/.gaim/known_keys doesn't exist (yet).  A new one will be created.
gaim-encryption: find key by name: 131407198
gaim-encryption: find key by name: 131407198
gaim-encryption: find key by name: erika0819
gaim-encryption: find key by name: erika0819
gaim-encryption: find key by name: blindguardian371
gaim-encryption: find key by name: blindguardian371
gaim-encryption: find key by name: erika0815_93@hotmail.com
gaim-encryption: find key by name: erika0815_93@hotmail.com
gaim-encryption: find key by name: Klaus_Dieter@jabber.ccc.de/md-home
gaim-encryption: find key by name: Klaus_Dieter@jabber.ccc.de/md-home
gaim-encryption: done loading
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
plugins: Loading saved plugin /usr/lib/gaim/guifications.so
Guifications: Probing /usr/share/pixmaps/gaim/guifications/themes/Penguins/theme.xml
Guifications: Probing /usr/share/pixmaps/gaim/guifications/themes/mini/theme.xmlGuifications: Probing /usr/share/pixmaps/gaim/guifications/themes/default/theme.xml
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
plugins: Loading saved plugin /usr/lib/gaim/history.so
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
plugins: Loading saved plugin /usr/lib/gaim/iconaway.so
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
plugins: Loading saved plugin /usr/lib/gaim/notify.so
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
plugins: Loading saved plugin /usr/lib/gaim/ssl-nss.so
plugins: Loading saved plugin /usr/lib/gaim/ssl.so
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
plugins: Loading saved plugin /usr/lib/gaim/docklet.so
docklet: plugin loaded
gtkblist: added visibility manager: 1
tray icon: created
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
plugins: Loading saved plugin /usr/lib/gaim/spellchk.so
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
pounce: Error reading pounces: Datei »/home/erika/.gaim/pounces.xml« konnte nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden
Session Management: No SESSION_MANAGER found, aborting.
tray icon: embedded
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
account: Connecting to account 131407198
connection: Connecting. gc = 0x84190b8
oscar: oscar_login: gc = 0x84190b8
oscar: registered module misc (family 0xffff, version = 0x0000, tool 0x0000, tool version 0x0000)
oscar: registered module service (family 0x0001, version = 0x0003, tool 0x0110, tool version 0x0629)
oscar: registered module locate (family 0x0002, version = 0x0001, tool 0x0110, tool version 0x0629)
oscar: registered module buddylist (family 0x0003, version = 0x0001, tool 0x0110, tool version 0x0629)
oscar: registered module messaging (family 0x0004, version = 0x0001, tool 0x0110, tool version 0x0629)
oscar: registered module adverts (family 0x0005, version = 0x0001, tool 0x0001, tool version 0x0001)
oscar: registered module invite (family 0x0006, version = 0x0001, tool 0x0110, tool version 0x0629)
oscar: registered module admin (family 0x0007, version = 0x0001, tool 0x0010, tool version 0x0629)
oscar: registered module popups (family 0x0008, version = 0x0001, tool 0x0104, tool version 0x0001)
oscar: registered module bos (family 0x0009, version = 0x0001, tool 0x0110, tool version 0x0629)
oscar: registered module search (family 0x000a, version = 0x0001, tool 0x0110, tool version 0x0629)
oscar: registered module stats (family 0x000b, version = 0x0001, tool 0x0104, tool version 0x0001)
oscar: registered module translate (family 0x000c, version = 0x0001, tool 0x0104, tool version 0x0001)
oscar: registered module chatnav (family 0x000d, version = 0x0001, tool 0x0010, tool version 0x0629)
oscar: registered module chat (family 0x000e, version = 0x0001, tool 0x0010, tool version 0x0629)
oscar: registered module odir (family 0x000f, version = 0x0001, tool 0x0010, tool version 0x0629)
oscar: registered module bart (family 0x0010, version = 0x0001, tool 0x0010, tool version 0x0629)
oscar: registered module ssi (family 0x0013, version = 0x0004, tool 0x0110, tool version 0x0629)
oscar: registered module icq (family 0x0015, version = 0x0001, tool 0x0110, tool version 0x047c)
oscar: registered module auth (family 0x0017, version = 0x0000, tool 0x0000, tool version 0x0000)
oscar: registered module email (family 0x0018, version = 0x0001, tool 0x0010, tool version 0x0629)
oscar: aim_conn_addhandler: adding for ffff/0003
oscar: aim_conn_addhandler: adding for 0017/0003
oscar: aim_conn_addhandler: adding for 0017/0007
oscar: aim_conn_addhandler: adding for 0017/000a
dns: Created new DNS child 404, there are now 1 children.
dns: Successfully sent DNS request to child 404
account: Connecting to account erika0819
connection: Connecting. gc = 0x84199c0
oscar: oscar_login: gc = 0x84199c0
oscar: registered module misc (family 0xffff, version = 0x0000, tool 0x0000, tool version 0x0000)
oscar: registered module service (family 0x0001, version = 0x0003, tool 0x0110, tool version 0x0629)
oscar: registered module locate (family 0x0002, version = 0x0001, tool 0x0110, tool version 0x0629)
oscar: registered module buddylist (family 0x0003, version = 0x0001, tool 0x0110, tool version 0x0629)
oscar: registered module messaging (family 0x0004, version = 0x0001, tool 0x0110, tool version 0x0629)
oscar: registered module adverts (family 0x0005, version = 0x0001, tool 0x0001, tool version 0x0001)
oscar: registered module invite (family 0x0006, version = 0x0001, tool 0x0110, tool version 0x0629)
oscar: registered module admin (family 0x0007, version = 0x0001, tool 0x0010, tool version 0x0629)
oscar: registered module popups (family 0x0008, version = 0x0001, tool 0x0104, tool version 0x0001)
oscar: registered module bos (family 0x0009, version = 0x0001, tool 0x0110, tool version 0x0629)
oscar: registered module search (family 0x000a, version = 0x0001, tool 0x0110, tool version 0x0629)
oscar: registered module stats (family 0x000b, version = 0x0001, tool 0x0104, tool version 0x0001)
oscar: registered module translate (family 0x000c, version = 0x0001, tool 0x0104, tool version 0x0001)
oscar: registered module chatnav (family 0x000d, version = 0x0001, tool 0x0010, tool version 0x0629)
oscar: registered module chat (family 0x000e, version = 0x0001, tool 0x0010, tool version 0x0629)
oscar: registered module odir (family 0x000f, version = 0x0001, tool 0x0010, tool version 0x0629)
oscar: registered module bart (family 0x0010, version = 0x0001, tool 0x0010, tool version 0x0629)
oscar: registered module ssi (family 0x0013, version = 0x0004, tool 0x0110, tool version 0x0629)
oscar: registered module icq (family 0x0015, version = 0x0001, tool 0x0110, tool version 0x047c)
oscar: registered module auth (family 0x0017, version = 0x0000, tool 0x0000, tool version 0x0000)
oscar: registered module email (family 0x0018, version = 0x0001, tool 0x0010, tool version 0x0629)
oscar: aim_conn_addhandler: adding for ffff/0003
oscar: aim_conn_addhandler: adding for 0017/0003
oscar: aim_conn_addhandler: adding for 0017/0007
oscar: aim_conn_addhandler: adding for 0017/000a
dns: Created new DNS child 405, there are now 2 children.
dns: Successfully sent DNS request to child 405
account: Connecting to account blindguardian371
connection: Connecting. gc = 0x841a478
oscar: oscar_login: gc = 0x841a478
oscar: registered module misc (family 0xffff, version = 0x0000, tool 0x0000, tool version 0x0000)
oscar: registered module service (family 0x0001, version = 0x0003, tool 0x0110, tool version 0x0629)
oscar: registered module locate (family 0x0002, version = 0x0001, tool 0x0110, tool version 0x0629)
oscar: registered module buddylist (family 0x0003, version = 0x0001, tool 0x0110, tool version 0x0629)
oscar: registered module messaging (family 0x0004, version = 0x0001, tool 0x0110, tool version 0x0629)
oscar: registered module adverts (family 0x0005, version = 0x0001, tool 0x0001, tool version 0x0001)
oscar: registered module invite (family 0x0006, version = 0x0001, tool 0x0110, tool version 0x0629)
oscar: registered module admin (family 0x0007, version = 0x0001, tool 0x0010, tool version 0x0629)
oscar: registered module popups (family 0x0008, version = 0x0001, tool 0x0104, tool version 0x0001)
oscar: registered module bos (family 0x0009, version = 0x0001, tool 0x0110, tool version 0x0629)
oscar: registered module search (family 0x000a, version = 0x0001, tool 0x0110, tool version 0x0629)
oscar: registered module stats (family 0x000b, version = 0x0001, tool 0x0104, tool version 0x0001)
oscar: registered module translate (family 0x000c, version = 0x0001, tool 0x0104, tool version 0x0001)
oscar: registered module chatnav (family 0x000d, version = 0x0001, tool 0x0010, tool version 0x0629)
oscar: registered module chat (family 0x000e, version = 0x0001, tool 0x0010, tool version 0x0629)
oscar: registered module odir (family 0x000f, version = 0x0001, tool 0x0010, tool version 0x0629)
oscar: registered module bart (family 0x0010, version = 0x0001, tool 0x0010, tool version 0x0629)
oscar: registered module ssi (family 0x0013, version = 0x0004, tool 0x0110, tool version 0x0629)
oscar: registered module icq (family 0x0015, version = 0x0001, tool 0x0110, tool version 0x047c)
oscar: registered module auth (family 0x0017, version = 0x0000, tool 0x0000, tool version 0x0000)
oscar: registered module email (family 0x0018, version = 0x0001, tool 0x0010, tool version 0x0629)
oscar: aim_conn_addhandler: adding for ffff/0003
oscar: aim_conn_addhandler: adding for 0017/0003
oscar: aim_conn_addhandler: adding for 0017/0007
oscar: aim_conn_addhandler: adding for 0017/000a
dns: DNS query for 'login.oscar.aol.com' queued
account: Connecting to account erika0815_93@hotmail.com
connection: Connecting. gc = 0x841add8
msn: new httpconn (0x841af38)
dns: DNS query for 'messenger.hotmail.com' queued
account: Connecting to account Klaus_Dieter@jabber.ccc.de/md-home
connection: Connecting. gc = 0x841b478
srv: querying SRV record for _xmpp-client._tcp.jabber.ccc.de
prefs: /gaim/gtk/blist/list_visible changed, scheduling save.
prefs: /gaim/gtk/blist/list_visible changed, scheduling save.
srv: found 1 SRV entries
dns: DNS query for 'jabberd.jabber.ccc.de' queued
Gdk: GdkWindow 0x380006d unexpectedly destroyed
Gdk: GdkWindow 0x380006c unexpectedly destroyed
Gdk: GdkWindow 0x3800064 unexpectedly destroyed
Gdk: GdkWindow 0x380006b unexpectedly destroyed
Gdk: GdkWindow 0x3800069 unexpectedly destroyed
Gdk: GdkWindow 0x3800067 unexpectedly destroyed
Gdk: GdkWindow 0x3800065 unexpectedly destroyed
Gdk: GdkWindow 0x3800063 unexpectedly destroyed
Gdk: GdkWindow 0x3800062 unexpectedly destroyed
Gdk: GdkWindow 0x3800061 unexpectedly destroyed
Gdk: GdkWindow 0x3800060 unexpectedly destroyed
Gdk: GdkWindow 0x380005f unexpectedly destroyed
Gdk: GdkWindow 0x380005e unexpectedly destroyed
Gdk: GdkWindow 0x380005d unexpectedly destroyed
Gdk: GdkWindow 0x3800056 unexpectedly destroyed
accels: accel changed, scheduling save.
accels: accel changed, scheduling save.
accels: accel changed, scheduling save.
accels: accel changed, scheduling save.
accels: accel changed, scheduling save.
accels: accel changed, scheduling save.
accels: accel changed, scheduling save.
accels: accel changed, scheduling save.
accels: accel changed, scheduling save.
accels: accel changed, scheduling save.
accels: accel changed, scheduling save.
accels: accel changed, scheduling save.
dns: Got response for 'login.oscar.aol.com'
proxy: Connecting to login.oscar.aol.com:5190 with no proxy
proxy: Connect would have blocked.
dns: Processing queued DNS query for 'login.oscar.aol.com' with child 404
dns: Successfully sent DNS request to child 404
dns: Got response for 'login.oscar.aol.com'
proxy: Connecting to login.oscar.aol.com:5190 with no proxy
proxy: Connect would have blocked.
dns: Processing queued DNS query for 'messenger.hotmail.com' with child 405
dns: Successfully sent DNS request to child 405
proxy: Connected.
oscar: Screen name sent, waiting for response
GLib-GObject: invalid cast from `(null)' to `GtkGaimStatusBox'
GLib-GObject: invalid cast from `(null)' to `GtkWidget'
Gtk: gtk_widget_get_style: assertion `GTK_IS_WIDGET (widget)' failed
Hi, user.  We need to talk.
I think something's gone wrong here.  It's probably my fault.
No, really, it's not you... it's me... no no no, I think we get along well
it's just that.... well, I want to see other people.  I... what?!?  NO!  I
haven't been cheating on you!!  How many times do you want me to tell you?!  Andfor the last time, it's just a rash!
Comment 13 Anonymous 2006-02-19 05:27:18 UTC
Same problem here, however running strace -o /dev/null doesn't work...
Running gaim as root works fine though.
Comment 14 Jory A. Pratt 2006-02-20 14:47:24 UTC
as gaim-2.0 is p.masked still, not a blocker
Comment 15 Anonymous 2006-06-23 11:23:49 UTC
(In reply to comment #13)
> as gaim-2.0 is p.masked still, not a blocker
> 

It's not a problem anymore, it was because I was using a beta version of Gnome, which apparently had some extra checks and created fatal errors very fast. Now with gnome 2.14 being released, they disabled this feature and gaim is working correctly again.(In reply to comment #13)
Comment 16 Kathryn Kulick (RETIRED) gentoo-dev 2006-06-30 05:44:14 UTC
is anyone else still having this problem, or has everyone's been solved by changing gnome version like Frank's ?
Comment 17 Kathryn Kulick (RETIRED) gentoo-dev 2006-07-06 09:49:28 UTC
Okay gents, closing the bug, if it still persists, re-open.