Hum....

I just compiled the simplest hello world program on 10.5
It too fails with a Bus Error message...

Sounds more and more like a 64 bits vs 32 bits error ...

my code is:

void main(void) {
 print("hello world\n");
}

gcc -g -o test test.c

when run in 10.4:
(gdb) run
Starting program: /Users/avenardj/test

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000000
0x9010c802 in _malloc_initialize ()

Well, I've sorted out my FLTK issue in 10.5 (can't use resources fork, but need 
app bundle)...
I guess it's now a more generic Leopard issue

Jean-Yves
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to