>>>>> On Tue, 12 Apr 2005 12:02:28 +0200, Daniel Kobras <[EMAIL PROTECTED]> >>>>> said:
Daniel> Moi David! On Mon, Apr 11, 2005 at 03:07:22PM -0700, David Daniel> Mosberger wrote: >> Kino currently crashes right on startup on ia64. The crash is >> due to one of the infamous "guint instead of GType" bugs and is >> thus likely to affect all 64-bit platforms. Attached patch fixes >> the problem. I'm unsure if this problem still exists in the >> upstream sources (I couldn't find out how to get access to the >> latest sources). Daniel> Thanks a lot for the patch! It indeed fixes the startup Daniel> crash on ia64. The bug doesn't seem to be present on all Daniel> 64bit platforms, though. I've checked on amd64, and kino Daniel> started just fine with the old code. That's interesting. I'm quite sure the bug is _there_, even on x86-64: you can't store a 64-bit pointer in a 32-bit integer on any platform. Maybe for some reason the type descriptor gets allocated below 4GB, though I don't see off-hand why that would be. I tried rebuilding kino on an x86-64 Debian box we have around here but that didn't get me very far since there are some build-dependencies which can't be satisfied (this box is setup to use debian-amd64.alioth.debian.org, which I thought was the latest-and-greatest of Debian for x86-64). >> Also, I don't know yet if actual video editing works since I >> don't have a video in the necessary format handy. But at least >> Kino starts up with the patch applied. Daniel> I could only test this remotely on 64bit machines. Video Daniel> import and playback work fine on amd64 and ia64 when using Daniel> the gdk display method. Xv playback crashes, but that's Daniel> probably because of the remote X and therefore non-critical. Great, thanks for checking this out. Is there a test video somewhere on the net that I could try? --david -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]