Hello, .
Hello, squeak-dev, Squeak crashes on MacOS on Intel Mac. That's a fact. I attach a part of backtrace. Thread 1: 0 com.key-soft.AudioSkape 0xb81f2deb strchr + 72 1 com.key-soft.AudioSkape 0xb818e52a pthread_cond_wait + 3114 2 com.key-soft.AudioSkape 0xb812a9b0 catch_exception_raise_state_identity + 320 3 com.key-soft.AudioSkape 0xb8129eda CallPPCFunctionAtAddressInt + 174780 4 com.key-soft.AudioSkape 0xb8129dd1 CallPPCFunctionAtAddressInt + 174515 5 com.key-soft.AudioSkape 0xb812aaae catch_exception_raise_state_identity + 574 6 com.key-soft.AudioSkape 0xb81c3f0c pthread_create + 1124 Thread 2: 0 com.key-soft.AudioSkape 0xb80f8159 spin_lock_wrapper + 85547 1 com.key-soft.AudioSkape 0xb8106d5a CallPPCFunctionAtAddressInt + 31036 2 com.key-soft.AudioSkape 0xb809a35e 0xb8000000 + 631646 Thread 0 crashed with i386 Thread State: eax: 0xbf7fe008 ebx: 0xb80f9bee ecx:0xbf7fe00c edx: 0xbf80e00c edi: 0xbf80e00c esi: 0x82184a00 ebp:0x8082ab18 esp: 0x8082ab18 ss: 0x0000002f efl: 0x00010282 eip:0xb806812f cs: 0x00000027 ds: 0x0000002f es: 0x0000002f fs:0x00000000 gs: 0x00000037 Intel Core Solo Mac OS X 10.4.5 Squeak VM version 3.7-7 the same code runs ok on G4. PowerPC G4 Mac OS X 10.4.6, Squeak VM version 3.7-7. do you have any ideas? Thank you. -- Best regards, Danil mailto:[hidden email] |
(a)
com.key-soft.AudioSkape That is not Squeak code (b) this is the unix vm, is it compiled for powerpc, macintel, or universal? (c) CallPPCFunctionAtAddressInt Jumping from macintel to powerpc code? Well endian issues lurk perhaps. On Apr 17, 2007, at 7:51 AM, efimov wrote: > Hello, . > Hello, squeak-dev, > > Squeak crashes on MacOS on Intel Mac. That's a fact. I attach a part > of backtrace. > > Thread 1: > 0 com.key-soft.AudioSkape 0xb81f2deb strchr + 72 > 1 com.key-soft.AudioSkape 0xb818e52a pthread_cond_wait + 3114 > 2 com.key-soft.AudioSkape 0xb812a9b0 > catch_exception_raise_state_identity + 320 > 3 com.key-soft.AudioSkape 0xb8129eda > CallPPCFunctionAtAddressInt + 174780 > 4 com.key-soft.AudioSkape 0xb8129dd1 > CallPPCFunctionAtAddressInt + 174515 > 5 com.key-soft.AudioSkape 0xb812aaae > catch_exception_raise_state_identity + 574 > 6 com.key-soft.AudioSkape 0xb81c3f0c pthread_create + 1124 > > Thread 2: > 0 com.key-soft.AudioSkape 0xb80f8159 spin_lock_wrapper + 85547 > 1 com.key-soft.AudioSkape 0xb8106d5a > CallPPCFunctionAtAddressInt + 31036 > 2 com.key-soft.AudioSkape 0xb809a35e 0xb8000000 + 631646 > > Thread 0 crashed with i386 Thread State: > eax: 0xbf7fe008 ebx: 0xb80f9bee ecx:0xbf7fe00c edx: 0xbf80e00c > edi: 0xbf80e00c esi: 0x82184a00 ebp:0x8082ab18 esp: 0x8082ab18 > ss: 0x0000002f efl: 0x00010282 eip:0xb806812f cs: 0x00000027 > ds: 0x0000002f es: 0x0000002f fs:0x00000000 gs: 0x00000037 > > > Intel Core Solo Mac OS X 10.4.5 > Squeak VM version 3.7-7 > > > the same code runs ok on G4. > PowerPC G4 Mac OS X 10.4.6, Squeak VM version 3.7-7. > > do you have any ideas? > > Thank you. > -- > Best regards, > Danil mailto:[hidden email] > > > -- ======================================================================== === John M. McIntosh <[hidden email]> Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com ======================================================================== === |
Free forum by Nabble | Edit this page |