g_list_append() giving SEGV



Does anybody know if glib-1.2.6-3 is thread-safe in general? I am getting a
SEGV in g_list_append() call. I am doing g_thread_init() in the very
beginning of my program and g_thread_supported() returns TRUE after
g_thread_init() call.

The backtrace looks like:
g_list_append()
g_list_alloc()
g_mem_chuck_alloc()
g_malloc()
_libc_malloc()
chuck_alloc()
chunk_free()

Thanks.

Ajay




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]