Re: DocBook -> Texinfo (via DSSSL) Proof-of-Concept Demo



Martin Baulig <martin@home-of-linux.org> writes:

> [norwegen@voyager helloworld]$ gdb /usr/bin/jade core
> GNU gdb 4.17
> This GDB was configured as "i386-redhat-linux"...
> (no debugging symbols found)...
> Core was generated by `/usr/bin/jade -t sgml -d
> ../../docbook/html/docbook.dsl helloworld.sgml'.
> Program terminated with signal 11, Segmentation fault.
> find_solib: Can't read pathname for load map: Input/output error
> 
> #0  0x80be577 in _start ()
> (gdb) bt
> #0  0x80be577 in _start ()
> [... all frames in _start () ...]
> #45 0x8139f6a in _start ()

Start gdb without a core file, set a breakpoint on main, start the
application.  Probably just the stack was messed up so that gdb cannot
find the backtrace.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]