|
From: Christian P. <tr...@ge...> - 2005-08-04 02:30:34
|
Hi, well yeah, I do understand why -1 is not that good to write(), however, I'd like to know where this happened, that is, I am really missing the=20 calltrace there; is there a way to tell valgrind to do so? (as I'm having not just one locat= ion=20 where this could have been happening) Thanks in advance, Christian Parpart. =2D-=20 04:28:41 up 133 days, 17:36, 5 users, load average: 1.50, 3.00, 7.42 |
|
From: Nicholas N. <nj...@cs...> - 2005-08-09 04:39:01
|
On Thu, 4 Aug 2005, Christian Parpart wrote: > well yeah, I do understand why -1 is not that good to write(), however, > I'd like to know where this happened, that is, I am really missing the > calltrace there; > > is there a way to tell valgrind to do so? (as I'm having not just one > location where this could have been happening) I think it will give a stack trace if you give the -v flag. N |