[Bug 172493] Re: Totem uses wrong framerates for streaming video

2008-10-14 Thread Austin Lund
I'm not sure but this seems related to this upstream bug: http://bugzilla.gnome.org/show_bug.cgi?id=341977 The file in that bug is not around any more, but my file is. I'll see if I can get any attention. -- Totem uses wrong framerates for streaming video

[Bug 241141] Re: evince crashed with SIGSEGV in g_main_context_dispatch()

2008-07-14 Thread Austin Lund
I'm sorry. But I've lost the core dump for this and I cannot retrace it. -- evince crashed with SIGSEGV in g_main_context_dispatch() https://bugs.launchpad.net/bugs/241141 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. --

[Bug 235698] Re: gvfs-fuse-daemon crashed with SIGSEGV in pthread_mutex_lock()

2008-07-14 Thread Austin Lund
Just some comments in case they are useful. The program crashes at the line which calls fs-op.destroy in fuse_fs_destroy. The ?? in frame 2 is this function. This function must be set by something that calls the library. I cannot find any source code for whatever this function is. But it

[Bug 235698] Re: gvfs-fuse-daemon crashed with SIGSEGV in pthread_mutex_lock()

2008-07-14 Thread Austin Lund
Well duh. The source code is in gvfs. And the function is vfs_destroy as shown above. -- gvfs-fuse-daemon crashed with SIGSEGV in pthread_mutex_lock() https://bugs.launchpad.net/bugs/235698 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug

[Bug 235698] Re: gvfs-fuse-daemon crashed with SIGSEGV in pthread_mutex_lock()

2008-07-14 Thread Austin Lund
Sorry about all the spam. But it appears that subthread_main_loop has uninitialised data in it when the g_main_loop_quit() function is called. From my core file: (gdb) print *subthread_main_loop $10 = {context = 0x62696c0062696c2f, is_running = 1600349031, ref_count = 1869819507} That's a lot

[Bug 235698] Re: gvfs-fuse-daemon crashed with SIGSEGV in pthread_mutex_lock()

2008-07-14 Thread Austin Lund
I am able to recreate this one now. The following is the recipe: 1. Start with a working DBus session. 2. Run the gvfs-fuse-daemon 3. Kill the DBus session without disconnecting the gvfs-fuse-daemon session. You should find that it crashes under these conditions and gives exactly the backtraces

[Bug 235698] Re: gvfs-fuse-daemon crashed with SIGSEGV in pthread_mutex_lock()

2008-07-14 Thread Austin Lund
It is not possible to create this in the single thread mode. So here is a snippit from valgrind from the thread that dies: ==13915== Invalid read of size 4 ==13915==at 0x5929D06: g_main_loop_quit (gmain.c:2875) ==13915==by 0x403B39: vfs_destroy (gvfsfusedaemon.c:2147) ==13915==by

[Bug 235698] Re: gvfs-fuse-daemon crashed with SIGSEGV in pthread_mutex_lock()

2008-07-14 Thread Austin Lund
This patch fixes this for me. I don't know if it is the best way of fixing it. Perhaps someone could suggest something better. ** Attachment added: Patch to fix. http://launchpadlibrarian.net/16028112/patch1.txt -- gvfs-fuse-daemon crashed with SIGSEGV in pthread_mutex_lock()

[Bug 225615] Re: Heavy memory leak in gvfsd-http

2008-07-15 Thread Austin Lund
Attached is a more useful valgrind log. I don't have all the symbols for libc, but I have the dbgsym packages installed so I don't know why. ** Attachment added: Valgrind log with about 20mb of Ubuntu-8.04.1-desktop.iso downloaded http://launchpadlibrarian.net/16028826/valgrind.log --

[Bug 201214] Re: gvfsd-sftp crashed with SIGSEGV in send_reply_cb()

2008-07-15 Thread Austin Lund
I cannot recreate this with gvfs 0.2.4-0ubuntu1. -- gvfsd-sftp crashed with SIGSEGV in send_reply_cb() https://bugs.launchpad.net/bugs/201214 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is the registrant for gvfs. -- desktop-bugs mailing list

[Bug 235698] Re: gvfs-fuse-daemon crashed with SIGSEGV in pthread_mutex_lock()

2008-07-18 Thread Austin Lund
This bug has been filed upstream as I cannot seem to find a repeat of it there. http://bugzilla.gnome.org/show_bug.cgi?id=543552 -- gvfs-fuse-daemon crashed with SIGSEGV in pthread_mutex_lock() https://bugs.launchpad.net/bugs/235698 You received this bug notification because you are a member of

[Bug 201214] Re: gvfsd-sftp crashed with SIGSEGV in send_reply_cb()

2008-07-18 Thread Austin Lund
Does this bug still occur in 0.2.4-0ubuntu1 in Hardy? ** Changed in: gvfs (Ubuntu) Status: Triaged = Incomplete -- gvfsd-sftp crashed with SIGSEGV in send_reply_cb() https://bugs.launchpad.net/bugs/201214 You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 209355] Re: Cannot navigate to FTP location (gvfs) using text-based location bar

2008-07-18 Thread Austin Lund
Bugs are marked as incomplete when a response is required, that is the information is currently incomplete and needs to be added to. I have tested this on ftp.ubuntu.com with the username of anonymous. I cannot recreate this bug under those circumstances using 2.22.3-0ubuntu2. Do I need to try

[Bug 235698] Re: gvfs-fuse-daemon crashed with SIGSEGV in pthread_mutex_lock()

2008-07-18 Thread Austin Lund
My patch addresses a completely different issue to the bug that was already linked. The bug I was fixing has nothing to do with http://bugzilla.gnome.org/show_bug.cgi?id=536614. In particular, the problem itemized in this bug is very different to that bug. My patch can _only_ fix bugs when the

[Bug 235698] Re: gvfs-fuse-daemon crashed with SIGSEGV in pthread_mutex_lock()

2008-07-24 Thread Austin Lund
I very much doubt that the initial issue has been fixed. It seems that upstream bug 536614 might have been fixed, but that doesn't deal with shutdown. And if you take 3 seconds to look at the backtraces in the initial reports in this bug, you will see that vfs_destroy predominates. There

[Bug 235698] Re: gvfs-fuse-daemon crashed with SIGSEGV in pthread_mutex_lock()

2008-07-27 Thread Austin Lund
What do you know. I was right! If anyone has the time. (which I don't, sorry). the please try to recreate this by the procedure I described in the comments above (https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/235698/comments/27). You might need to try this a few times to get it to

[Bug 235698] Re: gvfs-fuse-daemon crashed with SIGSEGV in pthread_mutex_lock()

2008-08-18 Thread Austin Lund
I think you will find your answer in comment 36. https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/235698/comments/36 That doesn't mean you will necessarily like the answer. My patch should apply to the version shipped in Hardy, so you could roll your own in the meantime. --

[Bug 209355] Re: Cannot navigate to FTP location (gvfs) using text-based location bar

2008-08-24 Thread Austin Lund
I don't know why the backtraces were so confusing about. But anyway, I've recreated this on 8.04.1 (intermittently) but I have a more useful backtrace. It follows: #0 0x7f2388ae4ae0 in strcmp () from /lib/libc.so.6 #1 0x7f238958a749 in IA__g_str_equal (v1=0x0, v2=0x41dbef) at

[Bug 209355] Re: Cannot navigate to FTP location (gvfs) using text-based location bar

2008-08-24 Thread Austin Lund
Another useful tip from the above backtrace: (gdb) printf %s\n, 0x41dbef anonymous -- Cannot navigate to FTP location (gvfs) using text-based location bar https://bugs.launchpad.net/bugs/209355 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug

[Bug 225615] Re: Heavy memory leak in gvfsd-http

2008-12-06 Thread Austin Lund
I'm pretty sure this trace is the core of the problem: ==8552== 21,765,138 bytes in 30,061 blocks are still reachable in loss record 47 of 47 ==8552==at 0x4C22FAB: malloc (vg_replace_malloc.c:207) ==8552==by 0x63CDC8B: g_malloc (gmem.c:131) ==8552==by 0x63E1737: g_slice_alloc

[Bug 172493] Re: Totem uses wrong framerates for streaming video

2008-11-04 Thread Austin Lund
Still an issue in intrepid. -- Totem uses wrong framerates for streaming video https://bugs.launchpad.net/bugs/172493 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gstreamer0.10 in ubuntu. -- desktop-bugs mailing list

[Bug 355926] Re: screen resolution problem

2009-04-06 Thread Austin Lund
** Package changed: ubuntu = gnome-panel (Ubuntu) -- screen resolution problem https://bugs.launchpad.net/bugs/355926 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-panel in ubuntu. -- desktop-bugs mailing list

[Bug 172493] Re: Totem uses wrong framerates for streaming video

2009-04-23 Thread Austin Lund
Well. I can confirm it is fixed in 9.04. The link is broken, but here is another one: http://mpegmedia.abc.net.au/tv/enoughrope/vodcast/enoughrope_stiller.wmv I get some tearing, but that is clearly another issue. -- Totem uses wrong framerates for streaming video

[Bug 172493] Re: Totem uses wrong framerates for streaming video

2009-01-11 Thread Austin Lund
This is possibly fixed in the CVS repo for gstreamer. http://webcvs.freedesktop.org/gstreamer/gst-plugins- ugly/gst/asfdemux/gstasfdemux.c?revision=1.148view=markup Doesn't seem to be in the latest release packages though. I have not been able to verify if this fixes the issue or not. --

[Bug 339098] Re: burn cd-r and rw discs but not dvd discs of any kind

2009-03-07 Thread Austin Lund
** Changed in: brasero (Ubuntu) Sourcepackagename: None = brasero -- burn cd-r and rw discs but not dvd discs of any kind https://bugs.launchpad.net/bugs/339098 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to brasero in ubuntu. --

[Bug 334138] Re: Have sound, but cannot record audio from microphone

2009-03-07 Thread Austin Lund
** Changed in: gnome-media (Ubuntu) Sourcepackagename: None = gnome-media -- Have sound, but cannot record audio from microphone https://bugs.launchpad.net/bugs/334138 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-media in

[Bug 333193] Re: unable to hear smooth music on any application

2009-03-07 Thread Austin Lund
** Changed in: gstreamer0.10 (Ubuntu) Sourcepackagename: None = gstreamer0.10 -- unable to hear smooth music on any application https://bugs.launchpad.net/bugs/333193 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gstreamer0.10 in

[Bug 172493] Re: Totem uses wrong framerates for streaming video

2009-03-07 Thread Austin Lund
Can somebody running jaunty confirm this is fixed please? -- Totem uses wrong framerates for streaming video https://bugs.launchpad.net/bugs/172493 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gstreamer0.10 in ubuntu. --

[Bug 339608] Re: flash video/audio lynda.com

2009-03-08 Thread Austin Lund
** Changed in: totem (Ubuntu) Sourcepackagename: None = totem -- flash video/audio lynda.com https://bugs.launchpad.net/bugs/339608 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to totem in ubuntu. -- desktop-bugs mailing list

[Bug 339048] Re: hybernation is not available on asus eeepc 901

2009-03-08 Thread Austin Lund
** Changed in: gnome-power-manager (Ubuntu) Sourcepackagename: None = gnome-power-manager -- hybernation is not available on asus eeepc 901 https://bugs.launchpad.net/bugs/339048 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 298957] Re: New system sounds cannot be added. The Test works fine. Clicking a command button however does not start a sound.

2009-03-08 Thread Austin Lund
** Changed in: gnome-media (Ubuntu) Sourcepackagename: None = gnome-media -- New system sounds cannot be added. The Test works fine. Clicking a command button however does not start a sound. https://bugs.launchpad.net/bugs/298957 You received this bug notification because you are a member of

[Bug 338913] Re: Search for Files window too big for screen

2009-03-09 Thread Austin Lund
** Changed in: gnome-utils (Ubuntu) Sourcepackagename: None = gnome-utils -- Search for Files window too big for screen https://bugs.launchpad.net/bugs/338913 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-utils in ubuntu. --

[Bug 334637] Re: My home screen won't come up upon signing in.

2009-03-09 Thread Austin Lund
** Changed in: gnome-panel (Ubuntu) Sourcepackagename: None = gnome-panel -- My home screen won't come up upon signing in. https://bugs.launchpad.net/bugs/334637 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-panel in ubuntu. --

[Bug 339654] Re: Remote Desktop not working in Ubuntu CE 8

2009-03-09 Thread Austin Lund
** Changed in: vinagre (Ubuntu) Sourcepackagename: None = vinagre -- Remote Desktop not working in Ubuntu CE 8 https://bugs.launchpad.net/bugs/339654 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vinagre in ubuntu. -- desktop-bugs

[Bug 311974] Re: In aid for the opening of a location, it shows that I must use the box. But in the window open a no drop-down list.

2009-03-10 Thread Austin Lund
** Changed in: totem (Ubuntu) Sourcepackagename: None = totem -- In aid for the opening of a location, it shows that I must use the box. But in the window open a no drop-down list. https://bugs.launchpad.net/bugs/311974 You received this bug notification because you are a member of Ubuntu

[Bug 340792] Re: Pc Portable 10 (The size of the screen) message hide the task bar

2009-03-10 Thread Austin Lund
** Changed in: gnome-control-center (Ubuntu) Sourcepackagename: None = gnome-control-center -- Pc Portable 10 (The size of the screen) message hide the task bar https://bugs.launchpad.net/bugs/340792 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 340689] Re: None of my windows have title bars, and defaulty open in the upper left, I also can't alt-tab

2009-03-10 Thread Austin Lund
** Changed in: gnome-session (Ubuntu) Sourcepackagename: None = gnome-session -- None of my windows have title bars, and defaulty open in the upper left, I also can't alt-tab https://bugs.launchpad.net/bugs/340689 You received this bug notification because you are a member of Ubuntu Desktop

[Bug 340359] Re: Not a WebDAV enabled share

2009-03-10 Thread Austin Lund
** Changed in: gvfs (Ubuntu) Sourcepackagename: None = gvfs -- Not a WebDAV enabled share https://bugs.launchpad.net/bugs/340359 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gvfs in ubuntu. -- desktop-bugs mailing list

[Bug 340061] Re: Workspace Switcher/compiz kills gnome pannel when attempting to switch work place

2009-03-10 Thread Austin Lund
** Changed in: gnome-panel (Ubuntu) Sourcepackagename: None = gnome-panel -- Workspace Switcher/compiz kills gnome pannel when attempting to switch work place https://bugs.launchpad.net/bugs/340061 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 340886] Re: i can not see youtube videos using totem

2009-03-10 Thread Austin Lund
** Changed in: totem (Ubuntu) Sourcepackagename: None = totem -- i can not see youtube videos using totem https://bugs.launchpad.net/bugs/340886 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to totem in ubuntu. -- desktop-bugs mailing

[Bug 339683] Re: Bad number of steps in brightness OSD

2009-03-10 Thread Austin Lund
** Changed in: gnome-settings-daemon (Ubuntu) Sourcepackagename: None = gnome-settings-daemon -- Bad number of steps in brightness OSD https://bugs.launchpad.net/bugs/339683 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 339029] Re: Volume control unresponsive over full range

2009-03-10 Thread Austin Lund
** Changed in: gnome-settings-daemon (Ubuntu) Sourcepackagename: None = gnome-settings-daemon -- Volume control unresponsive over full range https://bugs.launchpad.net/bugs/339029 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 291712] Re: screen fails to lock on waking from sleep

2009-03-10 Thread Austin Lund
** Changed in: gnome-power-manager (Ubuntu) Sourcepackagename: None = gnome-power-manager -- screen fails to lock on waking from sleep https://bugs.launchpad.net/bugs/291712 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 291151] Re: Guest account not load metacity, i havent windows borders.

2009-03-10 Thread Austin Lund
** Changed in: gnome-session (Ubuntu) Sourcepackagename: None = gnome-session -- Guest account not load metacity, i havent windows borders. https://bugs.launchpad.net/bugs/291151 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 341293] Re: Changing appearance settings from default loses windows border

2009-03-11 Thread Austin Lund
** Changed in: metacity (Ubuntu) Sourcepackagename: None = metacity -- Changing appearance settings from default loses windows border https://bugs.launchpad.net/bugs/341293 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to metacity in

[Bug 341463] Re: Unreachable network mounts cause annoying hangs

2009-03-11 Thread Austin Lund
** Changed in: gvfs (Ubuntu) Sourcepackagename: None = gvfs -- Unreachable network mounts cause annoying hangs https://bugs.launchpad.net/bugs/341463 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gvfs in ubuntu. -- desktop-bugs

[Bug 341462] Re: Trouble on wake up from waiting mode

2009-03-11 Thread Austin Lund
** Changed in: gnome-power-manager (Ubuntu) Sourcepackagename: None = gnome-power-manager -- Trouble on wake up from waiting mode https://bugs.launchpad.net/bugs/341462 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager

[Bug 341591] Re: No window frames after yesterday update

2009-03-12 Thread Austin Lund
** Changed in: metacity (Ubuntu) Sourcepackagename: None = metacity -- No window frames after yesterday update https://bugs.launchpad.net/bugs/341591 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to metacity in ubuntu. -- desktop-bugs

[Bug 388726] [NEW] LaTeX plugin for gedit cannot handle directories with spaces

2009-06-17 Thread Austin Lund
Public bug reported: Binary package hint: gedit-plugins Trying to build a latex file using the gedit latex plugin when the file is in a directory which contains a space gives the following error: Traceback (most recent call last): File