Ticket #141 (new defect)

Opened 5 months ago

Last modified 1 week ago

libsyncml: Segmentation fault: 11 (core dumped)

Reported by: Xeon Assigned to: dgollub
Priority: normal Component: libsyncml
Version: 0.4.6 Severity: normal
Keywords: Cc:

Description (Last modified by felixmoeller)

Libopensync trying to run on FreeBSD-7.0-STABLE Have the following bug:

(process:26619): GLib-GObject-CRITICAL **: g_type_instance_get_private: assertion `instance != NULL && instance->g_class != NULL' failed
Segmentation fault: 11 (core dumped)

(gdb) bt
#0  0x2864ad4e in io_unpause_internal () from /usr/local/lib/libsoup-2.2.so.8

#1  0x2810f051 in g_source_is_destroyed () from /usr/local/lib/libglib-2.0.so.0

#2  0x28110be5 in g_main_context_dispatch ()
   from /usr/local/lib/libglib-2.0.so.0

#3  0x28113f91 in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0

#4  0x28114387 in g_main_loop_run () from /usr/local/lib/libglib-2.0.so.0

#5  0x285e68c1 in smlThreadStartCallback () from /usr/local/lib/libsyncml.so.0

#6  0x281344bf in g_thread_create_full () from /usr/local/lib/libglib-2.0.so.0

#7  0x28539afd in pthread_getprio () from /lib/libthr.so.3

Libraries have all the latest releases

Change History

03/25/08 12:43:59 changed by bellmich

Which program do you use? Which plugin do you use? What do you try to synchronize?

Actually I only see a crash of libsoup 2.2. This can happen because of a bug in libsyncml, libsoup, syncml plugin or opensync core. Please give some more informations than only "there is a crash".

Additionally the last comment is not clear. Do you mean latest development release (0.4.6) or do you means SVN head (which revision)?

08/12/08 14:19:11 changed by felixmoeller

  • description changed.