Ticket #129 (new defect)

Opened 7 months ago

Last modified 1 week ago

syncml-http-server core dumps

Reported by: anilj Assigned to: dgollub
Priority: normal Component: libsyncml
Version: 0.4.5 Severity: normal
Keywords: Cc:

Description (Last modified by felixmoeller)

I am using the following versions:

Glib 2.12.13
libopensync-0.35
libopensync-plugin-syncml-0.35
libsyncml-0.4.5
libsoup-2.2.104
vds5@vds5:~% syncml-http-server --sync text/x-vcard Contacts --port 9999

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

The core dump happens when I make a connection to it with a SyncJe? Blackberry client.

Change History

01/09/08 20:34:23 changed by anilj

Reading UTF-8%646.so t@2 (l@2) terminated by signal SEGV (no mapping at the fault address) Current function is io_unpause_internal

874 SoupMessageIOData *io = priv->io_data;

(dbx) where current thread: t@2 =>[1] io_unpause_internal(msg = 0xfe7a9e60), line 874 in "soup-message-io.c"

[2] g_idle_dispatch(source = 0x8073de0, callback = (nil), user_data = 0x8073020), line 3928 in "gmain.c" [3] g_main_context_dispatch(context = 0x80682d0), line 2045 in "gmain.c" [4] g_main_context_iterate(context = (nil), block = 1, dispatch = 1, self = 0x806f3c0), line 2677 in "gmain.c" [5] g_main_loop_run(loop = 0xfe7a9f78), line 2881 in "gmain.c" [6] smlThreadStartCallback(data = 0xfe7a9fa8), line 363 in "sml_support.c" [7] g_thread_create_proxy(data = (nil)), line 594 in "gthread.c" [8] _thr_setup(0xfe932400), at 0xfeac4662 [9] _lwp_start(0x8070cc8, 0xfe7a9e98, 0xfe8fb448, 0x0, 0x8070300, 0xfe7a9e88), at 0xfeac4950

(dbx)

01/09/08 20:35:08 changed by anilj

Ooops, here is a preformatted version.

Reading UTF-8%646.so
t@2 (l@2) terminated by signal SEGV (no mapping at the fault address)
Current function is io_unpause_internal
  874           SoupMessageIOData *io = priv->io_data;
(dbx) where
current thread: t@2
=>[1] io_unpause_internal(msg = 0xfe7a9e60), line 874 in "soup-message-io.c"
  [2] g_idle_dispatch(source = 0x8073de0, callback = (nil), user_data = 0x8073020), line 3928 in "gmain.c"
  [3] g_main_context_dispatch(context = 0x80682d0), line 2045 in "gmain.c"
  [4] g_main_context_iterate(context = (nil), block = 1, dispatch = 1, self = 0x806f3c0), line 2677 in "gmain.c"
  [5] g_main_loop_run(loop = 0xfe7a9f78), line 2881 in "gmain.c"
  [6] smlThreadStartCallback(data = 0xfe7a9fa8), line 363 in "sml_support.c"
  [7] g_thread_create_proxy(data = (nil)), line 594 in "gthread.c"
  [8] _thr_setup(0xfe932400), at 0xfeac4662
  [9] _lwp_start(0x8070cc8, 0xfe7a9e98, 0xfe8fb448, 0x0, 0x8070300, 0xfe7a9e88), at 0xfeac4950
(dbx)

08/12/08 14:16:14 changed by felixmoeller

  • description changed.