[Bug 39050] Re: Totem crashes on startup.

2006-09-11 Thread Sebastien Bacher
Thank you for the forward upstream

-- 
Totem crashes on startup.
https://launchpad.net/bugs/39050

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 39050] Re: Totem crashes on startup.

2006-09-08 Thread Bug Watch Updater
** Changed in: gstreamer (upstream)
   Status: Unconfirmed = Confirmed

-- 
Totem crashes on startup.
https://launchpad.net/bugs/39050

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 39050] Re: Totem crashes on startup.

2006-09-07 Thread Bug Watch Updater
** Changed in: gstreamer (upstream)
   Status: Unknown = Unconfirmed

-- 
Totem crashes on startup.
https://launchpad.net/bugs/39050

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 39050] Re: Totem crashes on startup.

2006-09-06 Thread Scott Robinson
** Bug watch added: GNOME Bug Tracker #354698
   http://bugzilla.gnome.org/show_bug.cgi?id=354698

** Also affects: gstreamer (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=354698
   Importance: Unknown
   Status: Unknown

** Also affects: gstreamer0.10 (Ubuntu)
   Importance: Untriaged
   Status: Unconfirmed

-- 
Totem crashes on startup.
https://launchpad.net/bugs/39050

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 39050] Re: Totem crashes on startup.

2006-05-14 Thread Scott Robinson
Yes, I still have the issue and with help from the gstreamer guys I
tracked it down.

Essentially, on a bunch of Xorg drivers, allocating a XVideo surface
larger than the available memory will return a BadAlloc. gstreamer
doesn't handle this, and therefore the crash.

Some developers in IRC noted it was a bug on their side, but I haven't
had time to report it. However, it can be demonstrated easily with the
following pipeline:

[EMAIL PROTECTED]:~$ file leaftag-gimmie.avi
leaftag-gimmie.avi: RIFF (little-endian) data, AVI, 1024 x 768, 25.00 fps, 
video:
[EMAIL PROTECTED]:~$ gst-launch-0.10 videotestsrc ! 
video/x-raw-yuv,height=1024,width=768  ! xvimagesink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
X Error of failed request:  BadAlloc (insufficient resources for operation)
  Major opcode of failed request:  141 (XVideo)
  Minor opcode of failed request:  19 ()
  Serial number of failed request:  46
  Current serial number in output stream:  47

-- 
Totem crashes on startup.
https://launchpad.net/bugs/39050

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 39050] Re: Totem crashes on startup.

2006-05-14 Thread Sebastien Bacher
have you planned to forward it upstream? it you do forward it could you
update that bug to point to bugzilla.gnome page?

-- 
Totem crashes on startup.
https://launchpad.net/bugs/39050

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 39050] Re: Totem crashes on startup.

2006-05-13 Thread Sebastien Bacher
Do you still have the issue? Could you get a debug backtrace?

-- 
Totem crashes on startup.
https://launchpad.net/bugs/39050

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 39050] Re: Totem crashes on startup.

2006-04-24 Thread Scott Robinson
Ok, I have figured this out more. I've been playing with using gst-launch to 
setup test video streams.

It appears the Xserver kicks back a BadAlloc when an xvideo is setup at 
resolutions it doesn't like.

I would assume this is proper server behavior - but I don't know. I do know 
that the issue with the leaftag-gimmie.avi is the base resolution (1x scale) is 
larger than my display, and coincidently counted as a resolution the server 
doesn't like. Therefore, it kicks back BadAlloc.

Either totem or gstreamer should be handling this eventuality, yes?

-- 
Totem crashes on startup.
https://launchpad.net/bugs/39050

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 39050] Re: Totem crashes on startup.

2006-04-14 Thread Sebastien Bacher
No, that displays a blue background   Xv is better

Does Xv works or not?
-- 
Totem crashes on startup.
https://launchpad.net/malone/bugs/39050

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 39050] Re: Totem crashes on startup.

2006-04-14 Thread Scott Robinson
Xv render output in xine displays a blue screen.
-- 
Totem crashes on startup.
https://launchpad.net/malone/bugs/39050

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 39050] Re: Totem crashes on startup.

2006-04-13 Thread Sitsofe Wheeler
** Changed in: totem (Ubuntu)
   Status: Needs Info = Unconfirmed
-- 
Totem crashes on startup.
https://launchpad.net/malone/bugs/39050

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 39050] Re: Totem crashes on startup.

2006-04-13 Thread Sebastien Bacher
still seems to be an Xv issue, are you sure than xine --video-driver xv works 
fine?
-- 
Totem crashes on startup.
https://launchpad.net/malone/bugs/39050

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 39050] Re: Totem crashes on startup.

2006-04-13 Thread Scott Robinson
No, that displays a blue background. xine --video-driver xshm works. (kinda 
;-), Xv is better.)
-- 
Totem crashes on startup.
https://launchpad.net/malone/bugs/39050

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 39050] Re: Totem crashes on startup.

2006-04-13 Thread Scott Robinson
If this is an issue with the xserver, then I'll see if I can rollback the 
driver I'm running and see where it faulted. This issue has only recently 
appeared in dapper - previously everything was running fine!
-- 
Totem crashes on startup.
https://launchpad.net/malone/bugs/39050

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 39050] Re: Totem crashes on startup.

2006-04-12 Thread Daniel Holbach
Thanks for the bug report - does this happen with other video sinks in 
'gstreamer-properties'?

** Changed in: totem (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info
-- 
Totem crashes on startup.
https://launchpad.net/malone/bugs/39050

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 39050] Re: Totem crashes on startup.

2006-04-12 Thread Sebastien Bacher
Does xine-ui crashes the same way? Could be an i810 driver issue
-- 
Totem crashes on startup.
https://launchpad.net/malone/bugs/39050

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 39050] Re: Totem crashes on startup.

2006-04-12 Thread Scott Robinson
xine-ui works fine, as does the audio test and video test in the 
gstreamer-properties.

It occurs only in the X11/XShm/Xv output sink with totem. (To be expected, 
given the strace and gdb...)

Just so we're clear, it's _most_ movie files, not all of them.
-- 
Totem crashes on startup.
https://launchpad.net/malone/bugs/39050

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 39050] Re: Totem crashes on startup.

2006-04-11 Thread Sitsofe Wheeler
I don't get a crash here (totem-gstreamer 1.4.0-0ubuntu2 / xine libxine-main1 
1.1.1+ubuntu2-6) on an nvidia x86 machine. What versions of the packages are 
you using?
-- 
Totem crashes on startup.
https://launchpad.net/malone/bugs/39050

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 39050] Re: Totem crashes on startup.

2006-04-11 Thread Scott Robinson
[EMAIL PROTECTED]:~$ dpkg -s totem-gstreamer | grep Version
Version: 1.4.0-0ubuntu2
[EMAIL PROTECTED]:~$ dpkg -s xserver-xorg | grep Version
Version: 7.0.0-0ubuntu28

update and dist-upgrade pull in nothing new.
-- 
Totem crashes on startup.
https://launchpad.net/malone/bugs/39050

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 39050] Re: Totem crashes on startup.

2006-04-10 Thread Scott Robinson
I am running the totem-gstreamer package, however I have tested the issue with 
totem-xine and it exists there too.
-- 
Totem crashes on startup.
https://launchpad.net/malone/bugs/39050

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs