This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Problem running insight on Solaris 5.7


 

> > I managed to compile insight-weekly-6.40.50.20051212 after 
> having troubles with older and stable versions.
> > Also the install went fine, but I can run insight only as root.
> > When I try to run it als normal user it just exits with 
> code 1. When I start insight with option --tui --nw it works.
> > I checked with ldd which shared libs insight is using and 
> checked user permissions on these. Everything is ok.
> 
> Perhaps the permissions are set improperly on one of the 
> libraries or something? Weird!

I checked all the permissions of libraries that insight might need.
And these are ok.

> What's the exit code -- is it really just 1? Wow. You might 
> have to try debugging insight on gdb, setting a break on 
> exit(). That should at least allow you to find out what is 
> causing the exit.

Yes, the exit code is just 1. I started debugging insight, but I have to
dig into the code to understand what it's doing.
Here is the backtrace.

(gdb) backtrace
#0  0xff01a5a4 in exit () from /usr/lib/libc.so.1
#1  0x00059a5c in _start ()
(gdb) 

Thanks,
Joern


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]