[gst-devel] ultrasparc problems

Mikolaj J. Habryn dichro-evo at rcpt.to
Wed Oct 10 21:46:05 CEST 2001


Gstreamer bombs horribly on my Ultrasparc. First problem: alignment of
structures with int64 types is 8 (eg, GstRealPad), those without is 4
(eg, GstPad). Just casting between them in some places makes for a
SIGBUS, although the pointers themselves seem 8-byte aligned (now that I
think of it, maybe sizeof(GstPad) % 8 or something). Anyway, replacing
all of the int64 types with long, I then get a SIGBUS inside
cothread_switch. Putting in debugging printfs changes it to a SEGV :P

So currently, 'gstreamer-launch udpsrc ! fakesink' bombs for me. Anyone
running succesfully on Linux/Ultrasparc?

m.






More information about the gstreamer-devel mailing list