Bug 97785

Summary: missing backtrace
Product: [Developer tools] valgrind Reporter: Eyal Lebedinsky <eyal>
Component: memcheckAssignee: Julian Seward <jseward>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 2.3 CVS   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: shell script to demonstrate the problem

Description Eyal Lebedinsky 2005-01-24 12:55:05 UTC
Exceptions in a thread may have their backtrace missing.

For example, the error
==22241== Conditional jump or move depends on uninitialised value(s)
==22241== at 0x1B905D32: memcmp (mac_replace_strmem.c:325)
==22241== by 0x8048636: func (zz36.c:23)
==22241== by 0x8048831: main (zz36.c:77)

Is reported as

==22241== Thread 2:
==22241== Conditional jump or move depends on uninitialised value(s)
==22241== at 0x1B905D32: memcmp (mac_replace_strmem.c:325)

[later] A recent checking has fixed this
Comment 1 Eyal Lebedinsky 2005-01-24 12:58:12 UTC
Created attachment 9247 [details]
shell script to demonstrate the problem
Comment 2 Tom Hughes 2005-01-24 12:59:12 UTC
As you stated, this is now fixed.