[Bug 347225] [NEW] evolution hangs, 100% cpu, apparently in gtk html lib

2009-03-23 Thread Noam Lewis
Public bug reported:

Binary package hint: evolution

I was composing a reply to a message when hitting some key suddenly caused 
evolution to go 100% cpu and to hang.
When I debug with gdb, breaking stops at different functions in gtk-html every 
time (html_text_get_slave_at_offset, for example).

I've attached gdb logs. What else can help?

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/evolution
Package: evolution 2.24.3-0ubuntu1
ProcEnviron:
 
PATH=/home/username/.cabal/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/real/RealPlayer
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
Uname: Linux 2.6.27-11-generic i686

** Affects: evolution (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
evolution hangs, 100% cpu, apparently in gtk html lib
https://bugs.launchpad.net/bugs/347225
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 347225] Re: evolution hangs, 100% cpu, apparently in gtk html lib

2009-03-23 Thread Noam Lewis

** Attachment added: gdb logs (backtraces, register info)
   http://launchpadlibrarian.net/24250116/gdb-evolution.log

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/24250117/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/24250118/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/24250119/ProcStatus.txt

-- 
evolution hangs, 100% cpu, apparently in gtk html lib
https://bugs.launchpad.net/bugs/347225
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 347225] Re: evolution hangs, 100% cpu, apparently in gtk html lib

2009-03-23 Thread Noam Lewis
Firstly, I was about to attach a core dump but realized that it probably 
contains sensitive information (this is my email client...) I'm leaving the 
process alive (being traced) for a while, if you have any ideas of things i can 
do to find the bug.
Secondly, Apparently it's stuck in this function, in the while (1) loop: 
(gtkhtml/htmlcursor.c: line ~1211)

(Using: libgtkhtml - gtkhtml3.14-3.24.1.1.)

static gboolean
html_cursor_right_edge_of_line (HTMLCursor *cursor, HTMLEngine *engine)
{
HTMLCursor prev_cursor;
gint x, y, prev_y;

g_return_val_if_fail (cursor != NULL, FALSE);
g_return_val_if_fail (engine != NULL, FALSE);
g_return_val_if_fail (HTML_IS_ENGINE (engine), FALSE);

gtk_html_im_reset (engine-widget);

cursor-have_target_x = FALSE;

if (engine-need_spell_check)
html_engine_spell_check_range (engine, engine-cursor, 
engine-cursor);

html_cursor_copy (prev_cursor, cursor);
html_object_get_cursor_base (cursor-object, engine-painter, 
cursor-offset,
 x, prev_y);

while (1) {
if (! right_in_flow (cursor, engine))
return TRUE;

html_object_get_cursor_base (cursor-object, engine-painter, 
cursor-offset,
 x, y);

if (y - cursor-object-ascent  prev_y + 
prev_cursor.object-descent - 1) {
html_cursor_copy (cursor, prev_cursor);
return TRUE;
}
prev_y = y;
html_cursor_copy (prev_cursor, cursor);
}
}

-- 
evolution hangs, 100% cpu, apparently in gtk html lib
https://bugs.launchpad.net/bugs/347225
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


Re: [Bug 347225] Re: evolution hangs, 100% cpu, apparently in gtk html lib

2009-03-23 Thread Noam Lewis
I can't because i don't know if it will be reproducible (probably not easily)
I should add that the email was in Hebrew and therefore, in the
right-to-left direction (which is probably relevant)

On Mon, Mar 23, 2009 at 3:55 PM, Sebastien Bacher seb...@ubuntu.com wrote:
 thank you for your bug report, can you add an email example to the bug?

 ** Changed in: evolution (Ubuntu)
   Importance: Undecided = Medium

 ** Changed in: evolution (Ubuntu)
       Status: New = Incomplete

 ** Changed in: evolution (Ubuntu)
     Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

 ** Changed in: gtkhtml3.14 (Ubuntu)
 Sourcepackagename: evolution = gtkhtml3.14

 --
 evolution hangs, 100% cpu, apparently in gtk html lib
 https://bugs.launchpad.net/bugs/347225
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
evolution hangs, 100% cpu, apparently in gtk html lib
https://bugs.launchpad.net/bugs/347225
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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

Re: [Bug 347225] Re: evolution hangs, 100% cpu, apparently in gtk html lib

2009-03-23 Thread Noam Lewis
Bug opened in bugzilla:
http://bugzilla.gnome.org/show_bug.cgi?id=576420

On Mon, Mar 23, 2009 at 4:11 PM, Noam Lewis len...@gmail.com wrote:
 I can't because i don't know if it will be reproducible (probably not easily)
 I should add that the email was in Hebrew and therefore, in the
 right-to-left direction (which is probably relevant)

 On Mon, Mar 23, 2009 at 3:55 PM, Sebastien Bacher seb...@ubuntu.com wrote:
 thank you for your bug report, can you add an email example to the bug?

 ** Changed in: evolution (Ubuntu)
   Importance: Undecided = Medium

 ** Changed in: evolution (Ubuntu)
       Status: New = Incomplete

 ** Changed in: evolution (Ubuntu)
     Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

 ** Changed in: gtkhtml3.14 (Ubuntu)
 Sourcepackagename: evolution = gtkhtml3.14

 --
 evolution hangs, 100% cpu, apparently in gtk html lib
 https://bugs.launchpad.net/bugs/347225
 You received this bug notification because you are a direct subscriber
 of the bug.



-- 
evolution hangs, 100% cpu, apparently in gtk html lib
https://bugs.launchpad.net/bugs/347225
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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

[Bug 293197] [NEW] evolution duplicates messages after upgrade from Hardy to Interpid

2008-11-03 Thread Noam Lewis
Public bug reported:

Binary package hint: evolution

I've just upgraded to Intrepid, and when I first ran evolution it said
that it was migrating to the new storage format or something. Then it
opened, and received (in my gmail account)  new messages that i have
already received, effectively duplicating my entire mailbox.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/evolution
Package: evolution 2.24.1-0ubuntu2
ProcEnviron:
 
PATH=/home/username/.cabal/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
Uname: Linux 2.6.27-7-generic i686

** Affects: evolution (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
evolution duplicates messages after upgrade from Hardy to Interpid
https://bugs.launchpad.net/bugs/293197
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 293197] Re: evolution duplicates messages after upgrade from Hardy to Interpid

2008-11-03 Thread Noam Lewis

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/19295591/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/19295592/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/19295593/ProcStatus.txt

-- 
evolution duplicates messages after upgrade from Hardy to Interpid
https://bugs.launchpad.net/bugs/293197
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 293197] Re: evolution duplicates messages after upgrade from Hardy to Interpid

2008-11-03 Thread Noam Lewis
ok, after a while (i'm not sure when) all the duplicates disappeared, with no 
action from me.
However, evolution does seem unstable.

-- 
evolution duplicates messages after upgrade from Hardy to Interpid
https://bugs.launchpad.net/bugs/293197
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 293197] Re: evolution duplicates messages after upgrade from Hardy to Interpid

2008-11-03 Thread Noam Lewis
i think it works, but maybe evolution should warn the user that this
will happen after migrating, and that the user should wait X and the re-
start evolution.

** Changed in: evolution (Ubuntu)
   Status: New = Invalid

-- 
evolution duplicates messages after upgrade from Hardy to Interpid
https://bugs.launchpad.net/bugs/293197
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 275847] Re: gnome-panel hangs on clock applet

2008-10-19 Thread Noam Lewis
Same here, in Hardy 8.04
Attached my own backtrace. Also one of evolution-data-center which seems to be 
functioning (i can access the calendar from evolution).
BTW, i'm using google calendars in my evolution calendar - i have no idea if 
it's related.

If there is any other information that could be helpful, tell me.


** Attachment added: gdb-gnome-panel.txt
   http://launchpadlibrarian.net/18683196/gdb-gnome-panel.txt

-- 
gnome-panel hangs on clock applet
https://bugs.launchpad.net/bugs/275847
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 275847] Re: gnome-panel hangs on clock applet

2008-10-19 Thread Noam Lewis

** Attachment added: gdb-evolution-data-server.txt
   http://launchpadlibrarian.net/18683201/gdb-evolution-data-server.txt

-- 
gnome-panel hangs on clock applet
https://bugs.launchpad.net/bugs/275847
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 223653] Re: hardy: Can't play anything because xvimagesink fails

2008-04-28 Thread Noam Lewis

** Attachment added: GStreamer/rhythmbox logs
   http://launchpadlibrarian.net/13985722/log.txt.gz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/13985723/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/13985724/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/13985726/ProcStatus.txt

-- 
hardy: Can't play anything because xvimagesink fails
https://bugs.launchpad.net/bugs/223653
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 223653] [NEW] hardy: Can't play anything because xvimagesink fails

2008-04-28 Thread Noam Lewis
Public bug reported:

Binary package hint: rhythmbox

Using Hardy, rhythmbox 0.11.5-0ubuntu6

I am using the fglrx driver which doesn't seem to support XVideo (even though I 
enabled it in the x configuration).
It doesn't matter why xv doesn't work - the problem is that rhythmbox doesn't 
play files nor does it report any error. 

I press play and the button stays down, but the progress stays at 0:00 and 
nothing is audible.
Running it like this:
GST_DEBUG=5 rhythmbox
revealed:

0:00:01.632900016 15067 0x80dc408 WARN   xvimagesink 
xvimagesink.c:1333:gst_xvimagesink_get_xv_support:autovideosink0-actual-sink-xvimage
 error: Co
0:00:01.632914684 15067 0x80dc408 WARN   xvimagesink 
xvimagesink.c:1333:gst_xvimagesink_get_xv_support:autovideosink0-actual-sink-xvimage
 error: No
0:00:01.632929840 15067 0x80dc408 DEBUG  default 
gstelement.c:1643:gst_element_message_full:autovideosink0-actual-sink-xvimage 
start
0:00:01.632945974 15067 0x80dc408 LOGGST_REFCOUNTING 
gstobject.c:325:gst_object_ref:autovideosink0-actual-sink-xvimage 0x8b0c080 
ref 1-2
0:00:01.632965042 15067 0x80dc408 LOGGST_REFCOUNTING 
gstobject.c:352:gst_object_unref:autovideosink0-actual-sink-xvimage 0x8b0c080 
unref 2-1
0:00:01.633011000 15067 0x80dc408 INFO  GST_ERROR_SYSTEM 
gstelement.c:1674:gst_element_message_full:autovideosink0-actual-sink-xvimage 
posting message:
0:00:01.633048647 15067 0x80dc408 LOGGST_MESSAGE 
gstmessage.c:203:gst_message_init: new message 0x8ae6a18
0:00:01.633064292 15067 0x80dc408 LOGGST_MESSAGE 
gstmessage.c:288:gst_message_new_custom: source 
autovideosink0-actual-sink-xvimage: creating new
0:00:01.633093627 15067 0x80dc408 LOGGST_REFCOUNTING 
gstobject.c:325:gst_object_ref:autovideosink0-actual-sink-xvimage 0x8b0c080 
ref 1-2
0:00:01.633111228 15067 0x80dc408 LOGGST_REFCOUNTING 
gstobject.c:325:gst_object_ref:bus5 0x82926d0 ref 2-3
0:00:01.633126873 15067 0x80dc408 DEBUG  GST_BUS 
gstbus.c:337:gst_bus_post:bus5 [msg 0x8ae6a18] posting on bus, type error, 
GstMessageError, ge
0:00:01.633172832 15067 0x80dc408 DEBUG  GST_BUS 
gstbus.c:367:gst_bus_post:bus5 [msg 0x8ae6a18] pushing on async queue
0:00:01.633189455 15067 0x80dc408 DEBUG  GST_BUS 
gstbus.c:372:gst_bus_post:bus5 [msg 0x8ae6a18] pushed on async queue
0:00:01.633210967 15067 0x80dc408 LOGGST_REFCOUNTING 
gstobject.c:352:gst_object_unref:bus5 0x82926d0 unref 3-2
0:00:01.633227101 15067 0x80dc408 INFO  GST_ERROR_SYSTEM 
gstelement.c:1697:gst_element_message_full:autovideosink0-actual-sink-xvimage 
posted error mes
0:00:01.633457381 15067 0x80dc408 INFOGST_STATES 
gstelement.c:2432:gst_element_change_state:autovideosink0-actual-sink-xvimage 
have FAILURE cha
0:00:01.633476938 15067 0x80dc408 INFOGST_STATES 
gstelement.c:2042:gst_element_abort_state:autovideosink0-actual-sink-xvimage 
aborting state fr
0:00:01.633493561 15067 0x80dc408 LOG GST_STATES 
gstelement.c:2475:gst_element_change_state:autovideosink0-actual-sink-xvimage 
exit state chang
0:00:01.633508718 15067 0x80dc408 DEBUG   GST_STATES 
gstelement.c:2380:gst_element_set_state_func:autovideosink0-actual-sink-xvimage
 returned FAILU...

ProblemType: Bug
Architecture: i386
Date: Mon Apr 28 16:01:52 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/rhythmbox
NonfreeKernelModules: fglrx
Package: rhythmbox 0.11.5-0ubuntu6
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: rhythmbox
Uname: Linux 2.6.24-16-generic i686

** Affects: rhythmbox (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
hardy: Can't play anything because xvimagesink fails
https://bugs.launchpad.net/bugs/223653
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 223653] Re: hardy: Can't play anything because xvimagesink fails

2008-04-28 Thread Noam Lewis
the problem was the pulseaudio wasn't working, but maybe rhythmbox
should give better info on what's going on.

** Changed in: rhythmbox (Ubuntu)
   Status: New = Invalid

-- 
hardy: Can't play anything because xvimagesink fails
https://bugs.launchpad.net/bugs/223653
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 187607] Re: totem crashes with segfault when trying to skip backwards in a WMV file

2008-01-31 Thread Noam Lewis

** Attachment added: A video file where this problem happens (i truncated it 
after a few kilobytes for the upload)
   http://launchpadlibrarian.net/11672929/tmp.wmv

-- 
totem crashes with segfault when trying to skip backwards in a WMV file
https://bugs.launchpad.net/bugs/187607
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for totem in ubuntu.

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


[Bug 187607] Re: totem crashes with segfault when trying to skip backwards in a WMV file

2008-01-31 Thread Noam Lewis

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/11672639/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/11672640/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/11672641/ProcStatus.txt

-- 
totem crashes with segfault when trying to skip backwards in a WMV file
https://bugs.launchpad.net/bugs/187607
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for totem in ubuntu.

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


[Bug 187607] [NEW] totem crashes with segfault when trying to skip backwards in a WMV file

2008-01-31 Thread Noam Lewis
Public bug reported:

Binary package hint: totem

I opened a WMV file.
Started playing.
Pressed 'left' on the keyboard.
Totem crashed.

This is the stderr/stdout:
JACK tmpdir identified as [/dev/shm]
JACK tmpdir identified as [/dev/shm]
DMO dll supports VO Optimizations 0 1
DMO dll might use previous sample when requested
Segmentation fault (core dumped)

Other info:
$ dpkg -l totem-gstreamer  |cat
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ NameVersion Description
+++-===-===-==
ii  totem-gstreamer 2.20.0-0ubuntu3 A simple media player for the Gnome desktop 
based on gstreamer

$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.10
DISTRIB_CODENAME=gutsy
DISTRIB_DESCRIPTION=Ubuntu 7.10

ProblemType: Bug
Architecture: i386
Date: Thu Jan 31 13:47:41 2008
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/totem
NonfreeKernelModules: fglrx
Package: totem-gstreamer 2.20.0-0ubuntu3
PackageArchitecture: i386
ProcCmdline: totem
ProcCwd: /home/noam/Desktop/pde
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
SourcePackage: totem
Uname: Linux noam-laptop 2.6.22-14-generic #1 SMP Tue Dec 18 08:02:57 UTC 2007 
i686 GNU/Linux

** Affects: totem (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
totem crashes with segfault when trying to skip backwards in a WMV file
https://bugs.launchpad.net/bugs/187607
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for totem in ubuntu.

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


[Bug 187607] Re: totem crashes with segfault when trying to skip backwards in a WMV file

2008-01-31 Thread Noam Lewis
According to the #gstreamer guys, this happens because of the package 
gstreamer0.10-pitfdll.
So make sure that is installed when trying to reproduce the problem.

-- 
totem crashes with segfault when trying to skip backwards in a WMV file
https://bugs.launchpad.net/bugs/187607
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for totem in ubuntu.

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


[Bug 187607] Re: totem crashes with segfault when trying to skip backwards in a WMV file

2008-01-31 Thread Noam Lewis
I HAVE tested it on the uploaded truncated file.
And there IS a crash file. It's 11 MB after compression, so I won't upload it.
Here is the backtrace, instead.

** Attachment added: Backtrace
   http://launchpadlibrarian.net/11676621/gdb-totem.txt

-- 
totem crashes with segfault when trying to skip backwards in a WMV file
https://bugs.launchpad.net/bugs/187607
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for totem in ubuntu.

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


[Bug 187607] Re: totem crashes with segfault when trying to skip backwards in a WMV file

2008-01-31 Thread Noam Lewis
Valgrind log added

** Attachment added: Valgrind Log
   http://launchpadlibrarian.net/11676803/valgrind.log.26499

-- 
totem crashes with segfault when trying to skip backwards in a WMV file
https://bugs.launchpad.net/bugs/187607
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for totem in ubuntu.

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