Re: tcl windows crash
From: yahalom (yahalome_at_XOR-T.COM)
Date: 01/03/05
- Next message: lvirden_at_gmail.com: "Re: ANNOUNCE: Tcl/Tk 8.4.9 rpm specification with thread 2.6 extension"
- Previous message: kukkus1234_at_rediffmail.com: "Re: searching a file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 3 Jan 2005 03:01:24 -0800
the strange thing is that there is nothing in the event viewer and I do
not get a windows application error message. it looks like there was an
exit in the code (although there is none).
can a tcl server that listen to a socket be forced to exit somehow by
the operating system? maybe a socket restart?
David Gravereaux wrote:
> yahalome@XOR-T.COM (yahalom) wrote:
>
> >I have a tcl server compiled with thread support that at a certain
> >moment crashes. there is no error in windows event log. on linux on
> >such situations I use gdb. what tool should I use on windows in
order
> >to get more info on the crash?
>
> Microsoft Visual C++:
>
> 1) build for symbols -> nmake -f makefile.vc OPTS=symbols
> 2) Either run it normally and attach the debugger after the crash
> (windows gives you this option [hit cancel at the death box]) or run
> tclsh in the debugger environment. Attaching the debugger can
sometimes
> miss the stack trace. The second option is better, but a little
harder
> as you need to make a false project.
> --
> David Gravereaux <davygrvy@pobox.com>
> [species: human; planet: earth,milkyway(western spiral arm),alpha
sector]
- Next message: lvirden_at_gmail.com: "Re: ANNOUNCE: Tcl/Tk 8.4.9 rpm specification with thread 2.6 extension"
- Previous message: kukkus1234_at_rediffmail.com: "Re: searching a file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|