XCode 2.3 crashing debugging RealBasic programs
XCode 2.3 crashing debugging RealBasic programs
- Subject: XCode 2.3 crashing debugging RealBasic programs
- From: Craig Morris <email@hidden>
- Date: Mon, 31 Jul 2006 07:44:39 -0600
Yesterday I finally got around to upgraded from XCode 2.2 to 2.3 and
discovered that I can no longer debug dylibs used by a RealBasic
program. All attempts, including using command line gdb on a very
simple RealBasic program that does not load any dylibs (at least from
my RB code) produce an error:
warning: Can't find LC_SEGMENT.__DATA.__data section in symbol file
Bus Error
From the XCode gdb console there is the additional information:
The Debugger has exited due to signal 10 (SIGBUS)
In the archives there was a mention of this sort of bug with 2.3 that
could possibly be remedied by adding something like:
volatile int sGDBWorkaround = 0;
to the library, but that doesn't work in my case.
This is a serious setback for me, so two questions:
- does anyone have any other suggested work arounds?
or
- is there a way to revert to XCode 2.2 (starting with finding the
necessary downloads)?
Many thanks in advance for any help.
--
Craig Morris
Fernie, B.C., Canada
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden