Bug 73326 - vg_symtab2.c:272 (addScopeRange): Assertion `range->size > 0' failed.
Summary: vg_symtab2.c:272 (addScopeRange): Assertion `range->size > 0' failed.
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: 2.1 CVS
Platform: Debian testing Linux
: NOR crash
Target Milestone: ---
Assignee: Jeremy Fitzhardinge
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-23 15:05 UTC by Ulrich Döhner
Modified: 2004-02-06 00:01 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Döhner 2004-01-23 15:05:50 UTC
System:   Debian unstable  
Kernel:   2.6.0-test11-1-386  
libc6:    2.3.2.ds1-11  
valgrind: 2.1.0-2  
  
Command line:  
	valgrind ./program-debug  
(the program being run under valgrind is a leaky multithreaded application, 
compiled with gcc-2.95.) 
  
Error message:  
	valgrind: vg_symtab2.c:272 (addScopeRange):  
		Assertion `range->size > 0' failed.  
	==6394==    at 0x40178FCD: ???  
	==6394==    by 0x40178FCC: ???  
	==6394==    by 0x4017905B: ???  
	==6394==    by 0x40181670: ???
Comment 1 Jeremy Fitzhardinge 2004-01-25 03:40:01 UTC
Hm, odd.  Could you send me/attach the relevent .so file?  Which compiler generated it?
Comment 2 Jeremy Fitzhardinge 2004-02-06 00:01:03 UTC
Fixed, I think.  I had an object with the same symptoms, and I just applied a fix (well, workaround) for it.
Comment 3 Andrés Roldán 2004-02-10 14:23:14 UTC
Jeremy Fitzhardinge <jeremy@goop.org> writes:

> ------- You are receiving this mail because: -------
> You are the assignee for the bug, or are watching the assignee.
>       
> http://bugs.kde.org/show_bug.cgi?id=73326      
> jeremy@goop.org changed:
>
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>          AssignedTo|jseward@acm.org             |jeremy@goop.org
>
>
>
> ------- Additional Comments From jeremy@goop.org  2004-01-25 03:40 -------
> Hm, odd.  Could you send me/attach the relevent .so file?  Which compiler generated it?

I just saw you applied a fix for this problem. Can you
send me the fix (patch or workaround) to solve this bug
as well?

Thank you :)