On Mon, Aug 6, 2012 at 2:56 AM, SHOBHIT SRIVASTAVA <shobhit.s@xxxxxxxxxxx> wrote:
this isn't a debugging service.
you should consider using valgrind. you have (probably subtle) errors in your code which will be hard to find. valgrind may help.
Hi
I am getting a SIGABRT in my code which is raised from glib. The exact error message is as below
GLib (gthread-posix.c): Unexpected error from C library during 'pthread_setspecific': Invalid argument. Aborting.
I am just using the doubly linked list of glib, and more specifically the g_list_insert_sorted() API.
Below is the callstack which might be useful for you.
this isn't a debugging service.
you should consider using valgrind. you have (probably subtle) errors in your code which will be hard to find. valgrind may help.
_______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx https://mail.gnome.org/mailman/listinfo/gtk-list