[Bug 1110129] [NEW] totem-video-thumbnailer segfault with -g and .MTS file

2013-01-30 Thread Matthew Mueller
Public bug reported:

totem-video-thumbnailer segfaults when trying to generate a gallery image for a 
.MTS file.  Possibly relevant, verbose mode prints that the file is a 0 
millisecond-long stream:
TotemVideoThumbnailer-Message: Producing gallery of 9 screenshots, taken at 1 
millisecond intervals throughout a 0 millisecond-long stream.


$ gdb --args totem-video-thumbnailer -v -s 384 -g 9 ./3.MTS 
./3.MTS.thumbs.png  
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://bugs.launchpad.net/gdb-linaro/...
Reading symbols from /usr/bin/totem-video-thumbnailer...Reading symbols from 
/usr/lib/debug/usr/bin/totem-video-thumbnailer...done.
done.
(gdb) run
Starting program: /usr/bin/totem-video-thumbnailer -v -s 384 -g 9 ./3.MTS 
./3.MTS.thumbs.png
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
TotemVideoThumbnailer-Message: Initialised libraries, about to create video 
widget
TotemVideoThumbnailer-Message: Video widget created
[New Thread 0x7fffeed8b700 (LWP 9279)]
TotemVideoThumbnailer-Message: About to open video file
[New Thread 0x7fffed242700 (LWP 9280)]
[New Thread 0x7fffe7fff700 (LWP 9281)]
[New Thread 0x7fffe77fe700 (LWP 9282)]
[New Thread 0x7fffdbfff700 (LWP 9283)]
[New Thread 0x7fffdad64700 (LWP 9284)]
[New Thread 0x7fffd9b04700 (LWP 9285)]
[New Thread 0x7fffd9303700 (LWP 9286)]
[New Thread 0x7fffd8b02700 (LWP 9287)]
TotemVideoThumbnailer-Message: Opened video file: './3.MTS'
TotemVideoThumbnailer-Message: Producing gallery of 9 screenshots, taken at 1 
millisecond intervals throughout a 0 millisecond-long stream.
TotemVideoThumbnailer-Message: Outputting as 3 rows and 3 columns.
TotemVideoThumbnailer-Message: Converting pixbuf to a Cairo surface.

(totem-video-thumbnailer:9276): GdkPixbuf-CRITICAL **:
gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(totem-video-thumbnailer:9276): GdkPixbuf-CRITICAL **:
gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(totem-video-thumbnailer:9276): GdkPixbuf-CRITICAL **:
gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(totem-video-thumbnailer:9276): GdkPixbuf-CRITICAL **:
gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(totem-video-thumbnailer:9276): GdkPixbuf-CRITICAL **:
gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(totem-video-thumbnailer:9276): GdkPixbuf-CRITICAL **:
gdk_pixbuf_get_rowstride: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(totem-video-thumbnailer:9276): GdkPixbuf-CRITICAL **:
gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF (pixbuf)' failed

Program received signal SIGSEGV, Segmentation fault.
0x75b0b6b0 in gdk_cairo_set_source_pixbuf ()
   from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
(gdb) bt full
#0  0x75b0b6b0 in gdk_cairo_set_source_pixbuf ()
   from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
No symbol table info available.
#1  0x55561a14 in create_gallery (input=0x557950e0 ./3.MTS, 
bvw=0x559a0100, output=optimized out) at totem-video-thumbnailer.c:669
pos = optimized out
screenshot_height = optimized out
y_padding = optimized out
current_row = optimized out
surface = 0x74f07c80
font_desc = optimized out
stream_length = 0
current_column = optimized out
x = optimized out
screenshot = optimized out
layout = optimized out
columns = optimized out
y = optimized out
filename = optimized out
pixbuf = optimized out
cr = 0x559bd150
screenshot_interval = 1
rows = 3
screenshot_width = optimized out
x_padding = optimized out
scale = optimized out
header_text = optimized out
duration_text = optimized out
#2  main (argc=1, argv=0x7fffe4f8) at totem-video-thumbnailer.c:899
options = optimized out
context = optimized out
err = 0x0
bvw = 0x559a0100
pixbuf = optimized out
input = 0x557950e0 ./3.MTS
output = 0x55795170 ./3.MTS.thumbs.png
data = {output = 0x55795170 ./3.MTS.thumbs.png, 
  input = 0x557950e0 ./3.MTS}
(gdb)

** Affects: gstreamer0.10 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1110129

Title:
  totem-video-thumbnailer segfault with -g and .MTS file

To manage notifications about this 

[Bug 1110129] Re: totem-video-thumbnailer segfault with -g and .MTS file

2013-01-30 Thread Matthew Mueller
forgot to mention:
Ubuntu 12.04.1 LTS x86_64
ii  totem  3.0.1-0ubuntu21.1  Simple media player for the 
GNOME desktop based on GStreamer
ii  libgstreamer0.10-0 0.10.36-1ubuntu1 
Core GStreamer libraries and elements

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1110129

Title:
  totem-video-thumbnailer segfault with -g and .MTS file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1110129/+subscriptions

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


[Bug 364360] Re: resume after s2disk fails in jaunty

2009-05-16 Thread Matthew Mueller
I hit the same problem.  I had to add resume=/dev/sda2 to the defoptions
line in /boot/grub/menu.lst (and run update-grub.)   My
/etc/uswsusp.conf already had resume device = /dev/sda2, but that
wasn't good enough (could hibernate, but like the OP it wouldn't even
try to resume.)

-- 
resume after s2disk fails in jaunty
https://bugs.launchpad.net/bugs/364360
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 31789] Re: HBCI banking doesn't work due to dependency problems (aqbanking problem)

2006-10-27 Thread Matthew Mueller
I had the available plugins installed, just the one I need
(aqofxconnect) isn't currently built as an Ubuntu package.  I filed bug
#68351 about that.

-- 
HBCI banking doesn't work due to dependency problems (aqbanking problem)
https://launchpad.net/bugs/31789

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


[Bug 31789] Re: HBCI banking doesn't work due to dependency problems (aqbanking problem)

2006-10-26 Thread Matthew Mueller
Attached patch adds the build dep and configure arg needed to enable the
HBCI support.

(The OFXDirectConnect stuff doesn't work though, I guess the needed
aqbanking plug-in isn't in Ubuntu.)

** Attachment added: Enable HBCI support.
   http://librarian.launchpad.net/4937126/gnucash_hbci.diff

-- 
HBCI banking doesn't work due to dependency problems (aqbanking problem)
https://launchpad.net/bugs/31789

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


[Bug 68351] Please enable ofxdirectconnect backend.

2006-10-26 Thread Matthew Mueller
Public bug reported:

Binary package hint: libaqbanking16

I'd like to use the OFXDirectConnect backend with gnucash, as described
here:
http://wiki.gnucash.org/wiki/Setting_up_OFXDirectConnect_in_GnuCash_2

But even if GnuCash is compiled with aqbanking support, the aqofxconnect
isn't available in Ubuntu.

I think it should be as simple as adding an item to the --with-backends
line, some build-deps, and creating a new binary package for it.

** Affects: libaqbanking (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Please enable ofxdirectconnect backend.
https://launchpad.net/bugs/68351

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


[Bug 31789] Re: HBCI banking doesn't work due to dependency problems (aqbanking problem)

2006-10-22 Thread Matthew Mueller
It seems like it doesn't work, though I'm new to gnucash so I'm not
entirely sure.  From
http://wiki.gnucash.org/wiki/Setting_up_OFXDirectConnect_in_GnuCash_2 it
looks like there should be a Tools - HBCI Setup menu item, but there
isn't one here.  (Edgy RC, amd64)

** Changed in: Ubuntu
   Status: Rejected = Unconfirmed

-- 
HBCI banking doesn't work due to dependency problems (aqbanking problem)
https://launchpad.net/bugs/31789

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


[Bug 49667] Re: openoffice does not start on amd64

2006-06-28 Thread Matthew Mueller
$ dpkg -l lib32stdc++6 ia32-libs
[snip headers]
ii  ia32-libs   1.4ubuntu19 ia32 shared libraries for use on amd64 and 
ia6
ii  lib32stdc++64.0.3-1ubuntu5  The GNU Standard C++ Library v3 (32 bit 
Versio

$ dpkg -L lib32stdc++6
/.
/usr
/usr/share
/usr/share/doc
/usr/lib32/libstdc++.so.6.0.7
/usr/share/doc/lib32stdc++6
/usr/lib32/libstdc++.so.6

$ ls -l /usr/lib32/libstdc*
lrwxrwxrwx 1 root root 18 2006-06-02 01:53 /usr/lib32/libstdc++.so.5 - 
libstdc++.so.5.0.7
-rw-r--r-- 1 root root 737496 2005-10-26 05:25 /usr/lib32/libstdc++.so.5.0.7


The system is upgraded from Ubuntu breezy.  I don't have any non-ubuntu paths 
in my apt sources.list.  The only non-ubuntu packages listed in aptitude are:
libdvdcss2
joystick
kernel-image-2.6.15.6-ird

So I manually redownloaded the package and installed it:

$ sudo dpkg -i /tmp/lib32stdc++6_4.0.3-1ubuntu5_amd64.deb
$ ls -l /usr/lib32/libstdc*
lrwxrwxrwx 1 root root 18 2006-06-02 01:53 /usr/lib32/libstdc++.so.5 - 
libstdc++.so.5.0.7
-rw-r--r-- 1 root root 737496 2005-10-26 05:25 /usr/lib32/libstdc++.so.5.0.7
lrwxrwxrwx 1 root root 18 2006-06-28 11:09 /usr/lib32/libstdc++.so.6 - 
libstdc++.so.6.0.7
-rw-r--r-- 1 root root 870484 2006-04-20 13:49 /usr/lib32/libstdc++.so.6.0.7


Now openoffice works.  I have no idea why those files weren't there in the 
first place though.  The only thing I can possibly think of is the nvidia 
drivers. (I used to install them with their installer package to get the latest 
version, but uninstalled it once I upgraded to dapper since it already has the 
new version..)

-- 
openoffice does not start on amd64
https://launchpad.net/bugs/49667

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