tlf-devel
[Top][All Lists]
Advanced

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

Re: [Tlf-devel] Re: TLF 0.8.19


From: Joop Stakenborg
Subject: Re: [Tlf-devel] Re: TLF 0.8.19
Date: Wed, 23 Apr 2003 20:22:36 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030327 Debian/1.3-4

Mike Tatum wrote:
Hi Joop,

I've not done any programming for many years ...
I supposed now is a good time to revisit those good ole days :_))

MikeT ...


Okay :-)

Install gdb (should be available in your distro), then:

- compile tlf
- type 'gdb src/tlf' inside the source tree
- type 'run'

When it crashes, type 'bt', which means backtrace.
You will get debug information and probably a line number which
tells you where tlf bailed out.

You can exit gdb with 'exit'.

Joop






reply via email to

[Prev in Thread] Current Thread [Next in Thread]