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.000000000 +0100
> > +++ hex_puzzle.fixed.cpp    2007-12-16 13:19:05.000000000 +0100
> > @@ -602,6 +602,9 @@
> >             {
> >                     while (numStages > 0 && time[numStages-1] >= t)
> >                             numStages--;
> > +                   if (currentStage > 0 && currentStage >= numStages) {
> > +                           currentStage = numStages - 1;
> > +                   }
> 
> Is this also save if numStages==0? I will try to check it during the
> next weekend and play some levels.
> 
> Thanks again for the help and expect an upload after Christmas. I
> suggest to build now a new package from trunk and to test it ...

 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:

gdb> bt
#0  0x0fbd68dc in ?? () from /lib/libc.so.6
#1  0x0fbd5a20 in memmove () from /lib/libc.so.6
#2  0x00000000 in ?? ()

 As I'm not too familiar with gdb I really would appreciate some help to
debug this further and offer more helpful informations...

 Thanks,
Rhonda



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to