SegFault caused by Glice g_slice_alloc()
- From: Chen Lei <lei.chen@xxxxxxxxxxxxx>
- Date: Sat, 29 Nov 2008 11:54:45 +0800
Hi, Guys
I'v encountered a problem in glib 2.16.3.
I have called _g_slice_thread_init_nomessage() through
g_thread_init() and all initialization successful. But when
I called g_slice_alloc() later I found the address of
global variable allocator and sys_page_size changed.
Because of that, the allocator_categorize() was called in g_slice_alloc() and allocator was initialized again but with
the member magazine_mutex left to NULL.
g_slice_alloc() will call thread_memory_magazine1_reload() in
some circumstance. This will try to lock the magazine_mutex and
will definitely lead to an "Segmentation Fault".
Could anybody familiar with Gslice help me?
Thanks!
Lei
_______________________________________________
gnome-list mailing list
gnome-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gnome-list
- Prev by Date: "Play Audio Disc" is grayed out
- Previous by thread: How to use gvfs to unmount someone's gvfs mounted shared folder with root or sudo user.
- Index(es):