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: Insight 6.4 GUI does not start on Mac OS X


Ouch. You're not even in insight's code yet. I hope you have the source available. ;-)

God bless www.opensource.apple.com!


Yeah, you just hit a wall with me: I'm afraid I probably won't be much help from here on out, but I'm willing to help any way I can if you keep the list updated with your efforts.

Line 272 of crt.c just equals exit(main(argc, argv, envp, apple));


But main() does not appear on the stack frame.

I quote: "_start() is called from the machine dependent assembly entry point "start:" . It takes care of setting up the stack so 'C' routines can be called and
passes argc, argv and envp to here."


This is no particularly sophisticated code. So I am surprised that it fails. What I am going to do now is to single step this baby and see what exactly is going wrong there.

Cheers,
Hermann


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