
6 Aug
2004
6 Aug
'04
5 p.m.
On Fri, 2004-08-06 at 04:38, Wolfram Quester wrote:
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 11392)] 0x0000020000a3cba8 in g_type_is_a (type=540847136, iface_type=4835814432)
Hmmm, I'm guessing someone cast a pointer to an integer somewhere. This is the most common problem with programs not working on Alpha (remember 64-bit address and 32-bit ints). And judging that: 540847136 == 0x203CAC20 and the rest of the address in the backtrace have 0x00000001 in the upper four bytes...
I thought that there was a warning that was spit out when you compiled on Alpha? Wolfi, is it possible to get an Alpha build log?
--Ted