[Ktechlab-devel] run crash
Mr Jiff
geoff at gwh.uklinux.net
Mon Feb 6 19:52:36 UTC 2006
On Monday 06 February 2006 14:51, David Saxton wrote:
> This backtrace looks identical to the crash caused by the bug that the
> patch fixes. So yes, the patch should fix it.....
>
> Just to be sure, could you check you *definitely* are using the patched
> gpsim version (and haven't e.g. simply installed the patched gpsim to the
Gulp! Yes, I hadn't installed the patched version after all. Anyway after
installing the patched version the symptom has now changed. When I try to
"Run" the sdcc prog I get a crash without the offer of a backtrace. If I run
ktechlab from a console window I get this:
FIXME: HLL files are not supported at the moment
Enabling WDT timeout = 0.018 seconds
KCrash: Application 'ktechlab' crashing...
Alarm clock
> If you still experience the crash, then you could try sending me the file
> that it crashes on (unless it crashes on any file)...
>
> David
>
Any file seems to cause this crash, here's an example:
void main(void){
int i;
i = 10;
}
Or this:
#include <pic/pic16f84.h>
// Set the __CONFIG word:
typedef unsigned int word;
word at 0x2007 __CONFIG = 0x3f72;
void main(void) {
int i;
i = 2;
i++;
}
This gives the same outpit in the console window, except for the watchdog
line.
Geoff
More information about the Ktechlab-devel
mailing list