Results 1 to 5 of 5
Hi all,
I've been having some problems with pthreads, so I want to reemerge the package providing them, but I don't know which that is. Does anyone happen to know?
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-11-2006 #1
Which package provides pthreads?
Hi all,
I've been having some problems with pthreads, so I want to reemerge the package providing them, but I don't know which that is. Does anyone happen to know?
Thanks!Flies of a particular kind, i.e. time-flies, are fond of an arrow.
Registered Linux User #408794
- 07-11-2006 #2
Perhaps something like "kaffe-pthreads" ?
Search for "posix threads" you should find it."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 07-11-2006 #3
pthread is implemented as a library and this library may be intertwined with libc also. Can you please post the specific problem with pthreads you had, we can try to fix that if possible without disturbing the current library.
Best,
TinkeR.
- 07-11-2006 #4
Thanks for the replies; I'll post a backtrace as soon as the problem I'm having occurs again.
Flies of a particular kind, i.e. time-flies, are fond of an arrow.
Registered Linux User #408794
- 07-12-2006 #5
Here's a backtrace:
This occurs in XMMS when I have the OSD plugin enabled. A similar problem occurs with Gaim and its OSD plugin. Thanks for any help you can offer!Code:#0 0xffffe410 in __kernel_vsyscall () #1 0xb7cfff93 in __nptl_setxid () from /lib/libpthread.so.0 #2 0xb7b30ef6 in setreuid () from /lib/libc.so.6thread.so.0 #3 0xb7ebdb59 in xmms_connect_to_session () from /usr/lib/libxmms.so.1 #4 0xb7ebdbd6 in xmms_connect_to_session () from /usr/lib/libxmms.so.1 #5 0xb691e22f in apply_config () from /usr/lib/xmms/General/libxmms_osd.so #6 0xb7d20a97 in g_source_add () from /usr/lib/libglib-1.2.so.0xmms_osd.so #7 0xb7d1f8f9 in g_get_current_time () from /usr/lib/libglib-1.2.so.0 #8 0xb7d20540 in g_main_add_poll () from /usr/lib/libglib-1.2.so.0o.0 #9 0xb7d20722 in g_main_run () from /usr/lib/libglib-1.2.so.0.so.0 #10 0xb7e0e73c in gtk_mainun () fromusr/lib/libgtk-1.2.so.0o.0 #11 0x0808501b in main ()
Flies of a particular kind, i.e. time-flies, are fond of an arrow.
Registered Linux User #408794


Reply With Quote
