DragonFly BSD
 

Issue1035

Title Firefox 3 crashes with libthread_xu
Priority Status chatting
Superseder Nosy List rluciani
Assigned To Topics

Created on 2008-06-29.22:53:07 by rluciani, last changed 2008-07-07.13:38:01 by wa1ter.

Messages
msg4868 (view) Author: wa1ter Date: 2008-07-07.13:38:01
On Tue, 1 Jul 2008, Hasso Tepper wrote:

I'm seeing exactly the same error, so it seems to be a real bug.
Anyone not running gnome will not be affected, however.
msg4804 (view) Author: hasso Date: 2008-07-01.09:28:02
I've seen various problems with glib and applications in recent HEAD. I 
have feeling (nothing concrete) that there has been change during last 
months in HEAD which causes problems if you are using glib and 
application compiled before this threading change.

Ie. recompiling glib _and_ application helps. My problems with Qt and 
qtconcurrent seemed to be such for example.
msg4803 (view) Author: rluciani Date: 2008-07-01.01:07:01
I spoke too soon.
The bug is triggered when gnome-settings-daemon is running.
msg4802 (view) Author: rluciani Date: 2008-06-30.23:12:02
Nevermind. It works fine in latest HEAD...
msg4797 (view) Author: rluciani Date: 2008-06-29.22:53:03
Only with libthtread_xu,
when opening dialogue boxes for choosing files,
like when you choose "Save As",
FireFox 3  (wip/firefox) always crashes with the following error:

GThread-ERROR **: file gthread-posix.c: line 348
(g_thread_create_posix_impl): error 'Operation not supported' during
'pthread_attr_setschedparam (&attr, &sched)'
History
Date User Action Args
2008-07-07 13:38:01wa1tersetmessages: + msg4868
2008-07-01 09:28:06hassosetmessages: + msg4804
2008-07-01 01:07:08rlucianisetmessages: + msg4803
2008-06-30 23:12:04rlucianisetstatus: unread -> chatting
messages: + msg4802
2008-06-29 22:53:07rlucianicreate