View Single Post
  #4 (permalink)  
Old 08-13-2003
mes's Avatar
mes mes is online now
ZeroC Staff
 
Name: Mark Spruiell
Organization: ZeroC, Inc.
Project: Ice Developer
 
Join Date: Feb 2003
Location: California
Posts: 971
Was a core file generated? If so, you can generate a stack trace using gdb by doing the following:

$ gdb server core
(gdb) bt

- Mark
Reply With Quote