Mail Archives: djgpp-workers/2006/03/10/01:27:58
Juan Manuel Guerrero kirjoitti:
>
> OFYI, I have rebuild bash205b from sources allowing for debug information.
> Now the testsuite dies wit test 79 instead of test 4. Again the testsuite
> passes flawless if it is started with the command:
> sh testsuite
> or with
> make check
Are You using bash-2.0.5 from DJGPP distribution
(beta/v2gnu/bsh205b[sb].zip) or one from ftp://clio.rice.edu?
Files from beta/v2gnu must be used (anyway the bug that was fixed in
this version should not cause a crash as far as I remember)
> 0x000135be execute_in_subshell+46, file c:/ppp/gnu/bash-2.05b/djbuild/../execute_cmd.c, line 1178
> 0x000112a5 execute_command_internal+261, file c:/ppp/gnu/bash-2.05b/djbuild/../execute_cmd.c, line 528
> 0x00014a98 .debug_line+121, file c:/ppp/gnu/bash-2.05b/djbuild/../execute_cmd.c, line 1564
> 0x000117aa .debug_line+468, file c:/ppp/gnu/bash-2.05b/djbuild/../execute_cmd.c, line 822
> 0x00013ab6 execute_command+70, file c:/ppp/gnu/bash-2.05b/djbuild/../execute_cmd.c, line 334
> 0x00014a6c .debug_line+77, file c:/ppp/gnu/bash-2.05b/djbuild/../execute_cmd.c, line 1560
> 0x000117aa .debug_line+468, file c:/ppp/gnu/bash-2.05b/djbuild/../execute_cmd.c, line 822
2 things:
maybe stack size for bash.exe is not enough. You may try to increase it.
You could test my build of gdb-6.4. At least I fixed problem that
bfdsymify shows locations like .debug_line+something. A comments whether
this build could OK for v2gnu are welcome. See:
http://www.iki.fi/andris.pavenis/djgpp/gdb/
(GDB sources itself were not modified, I only run my script for
generating DJGPP source archive and building it with following
generation of binary archives. I only had to modify bfdsymify.c)
Andris
- Raw text -