Thread: seg fault
View Single Post
  #1 (permalink)  
Old 05-13-2008
ignaden ignaden is offline
Registered User
 
Name: Denis Ignatovich
Organization: DB
Project: Portfolio Trading
 
Join Date: May 2008
Posts: 1
seg fault

Hi,

I keep getting segfaults when running icegridnode and icegridadmin. Running it on solaris galaxy, uname -a is:

SunOS 5.10 Generic_127112-02 i86pc i386 i86pc

The exceptions occurs on shutdown, whether Ctrl-C or normally. Here's the gdb printout for icegridadmin,

(gdb) run
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /abc/platform/eq/sparc_SunOS_5.6/ace/3rdParty/solaris-x86-64/ice/3.2.1/bin/icegridadmin
[New LWP 1 ]
(no debugging symbols found)
warning: Temporarily disabling breakpoints for unloaded shared library "/usr/lib/amd64/ld.so.1"
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
warning: Lowest section in /lib/amd64/libpthread.so.1 is .dynamic at 00000000000000b0
warning: Lowest section in /lib/amd64/libthread.so.1 is .dynamic at 00000000000000b0
[New Thread 1 (LWP 1)]
[New LWP 2 ]
[New LWP 3 ]
[New LWP 4 ]
user id: boo
password:
[New LWP 5 ]
Ice 3.2.1 Copyright 2003-2007 ZeroC, Inc.
>>> quit
[LWP 5 exited]
[New Thread 5 ]
[LWP 3 exited]
[New Thread 3 ]
[LWP 4 exited]
[New Thread 4 ]
[New Thread 2 (LWP 2)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 2 (LWP 2)]
0xfffffd7fff3dd591 in dlamd64getunwind () from /lib/amd64/ld.so.1
(gdb)
Reply With Quote