Bug#443822: I've found a fix (for: hex-a-hop: Got bt from a segfault :D)

2008-11-23 Thread Bas Wijnen
On Sat, Nov 22, 2008 at 06:23:12PM +0100, Gerfried Fuchs wrote: Maybe a memory checker such as efence would help as well, not sure. How would I incorporate it? The easiest is (when it's installed; it's called electric-fence) to give the command efence in gdb, and then run it. The result

Bug#443822: I've found a fix (for: hex-a-hop: Got bt from a segfault :D)

2008-11-22 Thread Jens Seidel
On Fri, Nov 21, 2008 at 01:03:21PM +0100, Gerfried Fuchs wrote: * Jens Seidel [EMAIL PROTECTED] [2007-12-17 10:49:49 CET]: tags 443822 +pending thanks On Sun, Dec 16, 2007 at 02:11:52PM +0100, Roland Clobus wrote: The attached patch is written on the fully patched source code.

Bug#443822: I've found a fix (for: hex-a-hop: Got bt from a segfault :D)

2008-11-22 Thread Gerfried Fuchs
* Jens Seidel [EMAIL PROTECTED] [2008-11-22 11:28:12 CET]: On Fri, Nov 21, 2008 at 01:03:21PM +0100, Gerfried Fuchs wrote: Hmm, have you checked? The segfault still happens to me regularly, and strace isn't really helpful here, even gdb is acting strange to me: Sorry, I do not remember it

Bug#443822: I've found a fix (for: hex-a-hop: Got bt from a segfault :D)

2008-11-22 Thread Gerfried Fuchs
* Gerfried Fuchs [EMAIL PROTECTED] [2008-11-22 18:23:12 CET]: * Jens Seidel [EMAIL PROTECTED] [2008-11-22 11:28:12 CET]: I have access to i386, mips, mipsel only. I'm sure valgrind would help (valgrind hex-a-hop) but this doesn't support exotic architectures and I could not reproduce this

Bug#443822: I've found a fix (for: hex-a-hop: Got bt from a segfault :D)

2008-11-22 Thread Gerfried Fuchs
* Gerfried Fuchs [EMAIL PROTECTED] [2008-11-22 18:33:00 CET]: Hmm, there is one message it spits out over and over again though: ==10317== Source and destination overlap in memcpy(0x48AE628, 0x48AE62C, 2556) ==10317==at 0xFFBCF94: memcpy (mc_replace_strmem.c:402) ==10317==by

Bug#443822: I've found a fix (for: hex-a-hop: Got bt from a segfault :D)

2008-11-21 Thread Gerfried Fuchs
Hi, Jens! * Jens Seidel [EMAIL PROTECTED] [2007-12-17 10:49:49 CET]: tags 443822 +pending thanks On Sun, Dec 16, 2007 at 02:11:52PM +0100, Roland Clobus wrote: The attached patch is written on the fully patched source code. --- hex_puzzzle.cpp 2007-12-16 13:19:47.0

Bug#443822: I've found a fix (for: hex-a-hop: Got bt from a segfault :D)

2007-12-17 Thread Roland Clobus
Jens Seidel [EMAIL PROTECTED] wrote: ... --- hex_puzzzle.cpp 2007-12-16 13:19:47.0 +0100 +++ hex_puzzle.fixed.cpp2007-12-16 13:19:05.0 +0100 @@ -602,6 +602,9 @@ { while (numStages 0 time[numStages-1] = t)

Bug#443822: I've found a fix (for: hex-a-hop: Got bt from a segfault :D)

2007-12-17 Thread Jens Seidel
On Mon, Dec 17, 2007 at 01:04:40PM +0100, Roland Clobus wrote: Jens Seidel [EMAIL PROTECTED] wrote: --- hex_puzzzle.cpp 2007-12-16 13:19:47.0 +0100 +++ hex_puzzle.fixed.cpp 2007-12-16 13:19:05.0 +0100 @@ -602,6 +602,9 @@ {