Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
I have the same crash it seems. I crashed it by running 6 concurrent calls. The
6th call killed it.
Original comment by an...@symbicode.com
on 2 Oct 2013 at 11:05
Attachments:
Have that crash on 2 different machines with Ubuntu 12.04.4 LTS and during the
first call. I'm stuck ...
Original comment by Kej...@googlemail.com
on 20 Jan 2014 at 6:28
Attachments:
[deleted comment]
This is crazy. I added a warning in doubango/tinySAK/src/tsk_object.c and if
this warning is written on stdout (debuglevel is INFO), the whole stuff is
running and calls can be made.
If I delete that warning OR set the debuglevel to ERROR gain the stuff crashes
here when trying to establish the call.
Snippet is like this:
if(self != NULL) {
free(self);
TSK_DEBUG_WARN("Kejr: trying to fix the heap crash. self freed now");
self = NULL;
}
Can anybody give me an idea what the hell is going on here ?
The orginal code was just "free(self)" which should be fine.
Original comment by Kej...@googlemail.com
on 23 Jan 2014 at 2:28
[deleted comment]
Issue 154 has been merged into this issue.
Original comment by boss...@yahoo.fr
on 13 Feb 2014 at 8:30
Issue 150 has been merged into this issue.
Original comment by boss...@yahoo.fr
on 13 Feb 2014 at 8:32
[deleted comment]
Ok. Try to fix this crash.
I need gdb bt full output for info.
Patch attached. Please test
Original comment by minkin.a...@gmail.com
on 14 Feb 2014 at 5:57
Attachments:
Try latest revision
Original comment by boss...@yahoo.fr
on 14 May 2014 at 11:32
Issue 140 has been merged into this issue.
Original comment by boss...@yahoo.fr
on 15 May 2014 at 1:50
Closed by Doubango 1096.
Original comment by boss...@yahoo.fr
on 15 May 2014 at 2:10
Original issue reported on code.google.com by
moleee2@gmail.com
on 22 Aug 2013 at 2:27Attachments: