Bug 102178 - Signal 11 when cloning thread
Summary: Signal 11 when cloning thread
Status: RESOLVED WORKSFORME
Alias: None
Product: valgrind
Classification: Developer tools
Component: memcheck (show other bugs)
Version: 2.4 CVS
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-22 15:27 UTC by Robin Green
Modified: 2012-08-10 13:38 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
verbose output (5.30 KB, text/plain)
2005-03-22 15:28 UTC, Robin Green
Details
HelloWorld Java class (409 bytes, application/octet-stream)
2005-03-22 15:29 UTC, Robin Green
Details
output with trace-syscalls (23.53 KB, text/plain)
2005-03-22 19:34 UTC, Robin Green
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Green 2005-03-22 15:27:40 UTC
Running HelloWorld.class (attached) under gij (the GNU Interpreter for Java)
under valgrind causes valgrind to segfault when gij tries to clone a thread.

Verbose output attached.
Comment 1 Robin Green 2005-03-22 15:28:50 UTC
Created attachment 10271 [details]
verbose output
Comment 2 Robin Green 2005-03-22 15:29:53 UTC
Created attachment 10272 [details]
HelloWorld Java class
Comment 3 Robin Green 2005-03-22 15:40:49 UTC
This is valgrind from CVS today on Fedora Core 4 Test 1.
Comment 4 Jeremy Fitzhardinge 2005-03-22 18:06:50 UTC
could you run again with --trace-syscalls=yes
Comment 5 Robin Green 2005-03-22 19:34:50 UTC
Created attachment 10283 [details]
output with trace-syscalls
Comment 6 Robin Green 2005-04-01 14:17:37 UTC
Can't reproduce any more. Closing.