Bug 299 - segmentation fault in libpthread.so
Summary: segmentation fault in libpthread.so
Status: RESOLVED INVALID
Alias: None
Product: glibc
Classification: Unclassified
Component: nptl (show other bugs)
Version: 2.3.3
: P1 critical
Target Milestone: ---
Assignee: Richard Henderson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-05 05:52 UTC by Andrija Pantovic
Modified: 2019-04-10 10:54 UTC (History)
2 users (show)

See Also:
Host: alpha-linux Fedora Core 2
Target: alpha
Build:
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrija Pantovic 2004-08-05 05:52:44 UTC
quite few applications are seghfaulting in libpthread 
mozilla and java in the very same function (mozilla version 1.4-1.7 
backtrace): 
Program received signal SIGSEGV, Segmentation fault. 
[Switching to Thread 2199039104016 (LWP 31886)] 
0x00000200001d7880 in __pthread_init_static_tls () 
   from /lib/tls/libpthread.so.0 
 
java backtrace: 
Program received signal SIGSEGV, Segmentation fault. 
[Switching to Thread 2199023375600 (LWP 29760)] 
0x0000020000049880 in __pthread_init_static_tls () 
   from /lib/tls/libpthread.so.0
Comment 1 Ulrich Drepper 2004-08-05 06:06:56 UTC
What does "alpha-linux" mean?  Alpha processors?
Comment 2 Andrija Pantovic 2004-08-05 06:22:10 UTC
Yes. 
OS: Linux 
Distribution: Fedora Core 2 
Platform: Alpha 
Comment 3 Ulrich Drepper 2004-08-05 07:39:27 UTC
The best you can hope for is that Richard shows interest.  Richard, feel free to
suspend the bug if you don't want to look at it.
Comment 4 Richard Henderson 2004-08-05 08:10:26 UTC
Glibc from cvs generally works for me on my debian-hybrid systems.  There
are some thread cancellation backtrace problems still, but that's not the
problem you're reporting here.

You'll have to follow the rules for bug submission and give a standalone
test case that shows the problem.  And against glibc cvs, not something
modified for Fedora.
Comment 5 Andrija Pantovic 2004-08-06 05:34:51 UTC
What CVS snapshot are you using on your Debian ? 
What patches, configuration options, what headers and what compiler did you 
use to build it ?  
Comment 6 Richard Henderson 2004-08-06 05:53:31 UTC
What's on my system is irrelevant to this PR.
Comment 7 Andrija Pantovic 2004-08-17 14:11:25 UTC
Will report bug (actualy few of them) properly - against current CVS snapshot 
with proper gdb output ... 
Comment 8 Nikolay Zhuravlev 2006-06-15 10:42:46 UTC
It was not proven that the bug exists in glibc