Re: [Valgrind-users] Annoying Malloc Seg Fault

2011-06-17 Thread Stephanie Stroka
Yes, of course :) I've been blind not to see that. Thanks to all of you! Stephanie On 17.06.2011 18:02, Dave Goodell wrote: > On Jun 17, 2011, at 10:52 AM CDT, Stephanie Stroka wrote: > >> Am 17.06.2011 17:49, schrieb Tom Hughes: >>> On 17/06/11 16:45, Stephanie Stro

Re: [Valgrind-users] Annoying Malloc Seg Fault

2011-06-17 Thread Stephanie Stroka
Am 17.06.2011 17:49, schrieb Tom Hughes: > On 17/06/11 16:45, Stephanie Stroka wrote: > >> I actually ignored three warnings. It's still a bit cryptic for me. For >> example, I get the following msg: >> >> Invalid write of size 4 >> ==4427==at 0x

Re: [Valgrind-users] Annoying Malloc Seg Fault

2011-06-17 Thread Stephanie Stroka
Thanks for the fast replies :) Am 17.06.2011 15:17, schrieb WAROQUIERS Philippe: > >> My program calls malloc(x) several times, where x is never negative nor >> 0. But on one particular malloc() it always crashes. >> >> running my program with valgrind gives me the following hints: >> >> >> - --

[Valgrind-users] Annoying Malloc Seg Fault

2011-06-17 Thread Stephanie Stroka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey guys, I have a problem with a seg fault inside of glibc's malloc and I don't have any clue how to solve it. My program calls malloc(x) several times, where x is never negative nor 0. But on one particular malloc() it always crashes. running my p