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  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  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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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  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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to Ubuntu.

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


[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
Bugs, which is subscribed to Ubuntu.

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


[Bug 230809] Re: sigabrt when font face set to Inconsolata

2008-11-13 Thread Noam Lewis
** Changed in: emacs22 (Ubuntu)
   Status: Incomplete => Confirmed

-- 
sigabrt when font face set to Inconsolata
https://bugs.launchpad.net/bugs/230809
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 230809] Re: sigabrt when font face set to Inconsolata

2008-11-13 Thread Noam Lewis
The beginning was cut off
Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb7384700 (LWP 8600)]
0xb80c5430 in __kernel_vsyscall ()
(gdb) bt
#0  0xb80c5430 in __kernel_vsyscall ()
...

-- 
sigabrt when font face set to Inconsolata
https://bugs.launchpad.net/bugs/230809
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 230809] Re: sigabrt when font face set to Inconsolata

2008-11-13 Thread Noam Lewis
Same here, but different action leads to it:
open emacs22-gtk, run: m-x customize-face, default, and change height to 10
then click "set":
b7710b96 in kill () from /lib/tls/i686/cmov/libc.so.6
#2  0x080fd54b in abort () at emacs.c:432
#3  0x080c73a5 in recompute_basic_faces (f=0x2198) at xfaces.c:959
#4  0x0807f640 in init_iterator (it=0xbf8c38d4, w=0x9594fd8, charpos=-1, 
bytepos=-1, row=0x0, base_face_id=DEFAULT_FACE_ID) at xdisp.c:2533
#5  0x08082957 in x_consider_frame_title (frame=)
at xdisp.c:9079
#6  0x08082ae0 in prepare_menu_bars () at xdisp.c:9138
#7  0x08085e30 in redisplay_internal (preserve_echo_area=)
at xdisp.c:11043
#8  0x0810efc1 in command_loop_1 () at keyboard.c:1531
#9  0x08169860 in internal_condition_case (bfun=0x810e270 , 
handlers=137608889, hfun=0x8107920 ) at eval.c:1484
#10 0x08106d75 in command_loop_2 () at keyboard.c:1330
#11 0x0816993a in internal_catch (tag=137605073, 
func=0x8106d50 , arg=137563417) at eval.c:1224
#12 0x08107779 in command_loop () at keyboard.c:1309
#13 0x08107b3a in recursive_edit_1 () at keyboard.c:1007
#14 0x08107c36 in Frecursive_edit () at keyboard.c:1068
#15 0x080fe37f in main (argc=1, argv=0xbf8c4bb4) at emacs.c:1770

-- 
sigabrt when font face set to Inconsolata
https://bugs.launchpad.net/bugs/230809
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 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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to Ubuntu.

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


[Bug 226292] Re: ZODB modules not added to pythonpath by python-zodb package in Hardy

2008-09-18 Thread Noam Lewis
And also 
python-zconfig
python-zdaemon

(for ZEO to work)

-- 
ZODB modules not added to pythonpath by python-zodb package in Hardy
https://bugs.launchpad.net/bugs/226292
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 226292] Re: ZODB modules not added to pythonpath by python-zodb package in Hardy

2008-09-17 Thread Noam Lewis
The fix for this bug should include a fix that makes python-zodb depend on 
python-zope.proxy (since it doesn't work without installing that package).
Thanks!

-- 
ZODB modules not added to pythonpath by python-zodb package in Hardy
https://bugs.launchpad.net/bugs/226292
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


Re: [Bug 251133] Re: QtOctave "Stop process" button killed Xorg

2008-08-13 Thread Noam Lewis
One more thing, after pressing the 'X' button several times and JUST
BEFORE the last time that causes the crash, the following message
appears in the octave console:
"
panic: Interrupt -- stopping myself...

attempting to save variables to `octave-core'...

save to `octave-core' complete
"
This shows that the crash occurs when you try to kill octave and it's
already gone.

On Wed, 2008-08-13 at 10:13 +, Noam Lewis wrote:
> Bug reproduced with strace-ing.
> The problem seems to be that it sends a SIGINT to the init process (pid 0):
> See the end of the attached strace log:
> 
> 8587  kill(0, SIGINT)
> 
> You can try it yourself by simply running qtoctave and pressing the 'X' 
> button _several_ times.
> I'm not a QT whiz, but maybe you should read this:
> http://doc.trolltech.com/3.3/qprocess.html#kill
> (Instead of calling the 'kill' system call directly)
> 
> and this:
> http://doc.trolltech.com/3.3/qprocess.html#isRunning
> 
> My guess is that QTOctave is trying to kill the connection process after
> it has been killed.
> 
> 
> 
> ** Attachment added: "qtoctave_strace.log.gz"
>http://launchpadlibrarian.net/16739492/qtoctave_strace.log.gz
>

-- 
QtOctave "Stop process" button killed Xorg
https://bugs.launchpad.net/bugs/251133
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 251133] Re: QtOctave "Stop process" button killed Xorg

2008-08-13 Thread Noam Lewis
Bug reproduced with strace-ing.
The problem seems to be that it sends a SIGINT to the init process (pid 0):
See the end of the attached strace log:

8587  kill(0, SIGINT)

You can try it yourself by simply running qtoctave and pressing the 'X' button 
_several_ times.
I'm not a QT whiz, but maybe you should read this:
http://doc.trolltech.com/3.3/qprocess.html#kill
(Instead of calling the 'kill' system call directly)

and this:
http://doc.trolltech.com/3.3/qprocess.html#isRunning

My guess is that QTOctave is trying to kill the connection process after
it has been killed.



** Attachment added: "qtoctave_strace.log.gz"
   http://launchpadlibrarian.net/16739492/qtoctave_strace.log.gz

-- 
QtOctave "Stop process" button killed Xorg
https://bugs.launchpad.net/bugs/251133
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 251133] [NEW] QtOctave "Stop process" button killed Xorg

2008-07-23 Thread Noam Lewis
Public bug reported:

Binary package hint: qtoctave

Clicking several times on the "Stop process" button suddenly killed my Xorg 
server.
I'm guessing the stop process button does some grep on the process list - but 
it should only kill octave-related processes!

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

-- 
QtOctave "Stop process" button killed Xorg
https://bugs.launchpad.net/bugs/251133
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 92276] Re: [apport] splashy crashed with SIGSEGV

2008-07-22 Thread Noam Lewis
I'm using Hardy 8.04.
Splashy fails with:
$ splashy test
Splashy ERROR: Couldn't splashy_start_splashy(). Error -2

but doesn't crash.

-- 
[apport] splashy crashed with SIGSEGV
https://bugs.launchpad.net/bugs/92276
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 244353] Re: OpenOffice exports PDF with arabic numerals instead of regular numbers

2008-07-08 Thread Noam Lewis
Ok, I tested this on a document that didn't contain any Hebrew and it
still happens, like jarlaxl lamat wrote in his comment. Also, unchecking
the PDF/A-1 option prevents this problem for me too.


So the exact bug is:
Arabic numerals when exporting to PDF with PDF/A-1 enabled, a Writer document 
that contains a table pasted from Calc. Only if Calc _is still open_ when the 
export is being done.

-- 
OpenOffice exports PDF with arabic numerals instead of regular numbers
https://bugs.launchpad.net/bugs/244353
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 244353] Re: OpenOffice exports PDF with arabic numerals instead of regular numbers

2008-06-30 Thread Noam Lewis

** Attachment added: "ODT file"
   http://launchpadlibrarian.net/15698985/test.odt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/15698986/Dependencies.txt

-- 
OpenOffice exports PDF with arabic numerals instead of regular numbers
https://bugs.launchpad.net/bugs/244353
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 244353] Re: OpenOffice exports PDF with arabic numerals instead of regular numbers

2008-06-30 Thread Noam Lewis

** Attachment added: "resulting PDF from export"
   http://launchpadlibrarian.net/15698991/test.pdf

-- 
OpenOffice exports PDF with arabic numerals instead of regular numbers
https://bugs.launchpad.net/bugs/244353
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 244353] [NEW] OpenOffice exports PDF with arabic numerals instead of regular numbers

2008-06-30 Thread Noam Lewis
Public bug reported:

Binary package hint: openoffice.org

I am working on a OO Writer document that is mostly in Hebrew (but some 
English).
There are some tables pasted from OO Calc.
The document looks fine in OO Writer but when I export to PDF (using 
File...Export as PDF) the result PDF file contains some arabic numerals instead 
of normal ones in some of the tables.

Obviously when working in Hebrew, the numerals should be normal (latin)
by default, not Arabic.

ProblemType: Bug
Architecture: i386
Date: Mon Jun 30 22:41:05 2008
DistroRelease: Ubuntu 8.04
Package: openoffice.org-core 1:2.4.1-1ubuntu1
PackageArchitecture: i386
ProcEnviron:
 
PATH=/usr/lib/openoffice/program:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: openoffice.org
Uname: Linux 2.6.24-19-generic i686

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
OpenOffice exports PDF with arabic numerals instead of regular numbers
https://bugs.launchpad.net/bugs/244353
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 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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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:
 error: Co
0:00:01.632914684 15067 0x80dc408 WARN   xvimagesink 
xvimagesink.c:1333:gst_xvimagesink_get_xv_support:
 error: No
0:00:01.632929840 15067 0x80dc408 DEBUG  default 
gstelement.c:1643:gst_element_message_full: 
start
0:00:01.632945974 15067 0x80dc408 LOGGST_REFCOUNTING 
gstobject.c:325:gst_object_ref: 0x8b0c080 
ref 1->2
0:00:01.632965042 15067 0x80dc408 LOGGST_REFCOUNTING 
gstobject.c:352:gst_object_unref: 0x8b0c080 
unref 2->1
0:00:01.633011000 15067 0x80dc408 INFO  GST_ERROR_SYSTEM 
gstelement.c:1674:gst_element_message_full: 
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: 0x8b0c080 
ref 1->2
0:00:01.633111228 15067 0x80dc408 LOGGST_REFCOUNTING 
gstobject.c:325:gst_object_ref: 0x82926d0 ref 2->3
0:00:01.633126873 15067 0x80dc408 DEBUG  GST_BUS 
gstbus.c:337:gst_bus_post: [msg 0x8ae6a18] posting on bus, type error, 
GstMessageError, ge
0:00:01.633172832 15067 0x80dc408 DEBUG  GST_BUS 
gstbus.c:367:gst_bus_post: [msg 0x8ae6a18] pushing on async queue
0:00:01.633189455 15067 0x80dc408 DEBUG  GST_BUS 
gstbus.c:372:gst_bus_post: [msg 0x8ae6a18] pushed on async queue
0:00:01.633210967 15067 0x80dc408 LOGGST_REFCOUNTING 
gstobject.c:352:gst_object_unref: 0x82926d0 unref 3->2
0:00:01.633227101 15067 0x80dc408 INFO  GST_ERROR_SYSTEM 
gstelement.c:1697:gst_element_message_full: 
posted error mes
0:00:01.633457381 15067 0x80dc408 INFOGST_STATES 
gstelement.c:2432:gst_element_change_state: 
have FAILURE cha
0:00:01.633476938 15067 0x80dc408 INFOGST_STATES 
gstelement.c:2042:gst_element_abort_state: 
aborting state fr
0:00:01.633493561 15067 0x80dc408 LOG GST_STATES 
gstelement.c:2475:gst_element_change_state: 
exit state chang
0:00:01.633508718 15067 0x80dc408 DEBUG   GST_STATES 
gstelement.c:2380:gst_element_set_state_func:
 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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 194249] Re: [fglrx] atieventsd crashed with SIGSEGV in _XSend()

2008-04-23 Thread Noam Lewis
works for me too

only the sound doesn't work after suspend/hibernate :(  - different
problem.

On Wed, Apr 23, 2008 at 1:51 PM, Jean-Baptiste Valteau <[EMAIL PROTECTED]>
wrote:

> All is working well, suspended, hibernated ans restarted succesfully.
>
>
> --
> Jean-Baptiste Valteau
>
> Email : [EMAIL PROTECTED]
> Portable : 06 84 17 85 04
> Domicile : 03 86 57 63 94
>
>
> ** Attachment added: "unnamed"
>   http://launchpadlibrarian.net/13836240/unnamed
>
> --
> [fglrx] atieventsd crashed with SIGSEGV in _XSend()
> https://bugs.launchpad.net/bugs/194249
> You received this bug notification because you are a direct subscriber
> of the bug.
>


** Attachment added: "unnamed"
   http://launchpadlibrarian.net/13836688/unnamed

-- 
[fglrx] atieventsd crashed with SIGSEGV in _XSend()
https://bugs.launchpad.net/bugs/194249
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 198814] Re: right clicking on tag in smart bookmarks exposes bug

2008-04-03 Thread Noam Lewis
I've upgraded to firefox-3.0 beta 4 and it doesn't happen anymore.

-- 
right clicking on tag in smart bookmarks exposes bug
https://bugs.launchpad.net/bugs/198814
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 198814] Re: right clicking on tag in smart bookmarks exposes bug

2008-03-05 Thread Noam Lewis

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/12441813/Dependencies.txt

-- 
right clicking on tag in smart bookmarks exposes bug
https://bugs.launchpad.net/bugs/198814
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 198814] [NEW] right clicking on tag in smart bookmarks exposes bug

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

Binary package hint: firefox-3.0

Using ubuntu Hardy.
Opening the Smart Bookmarks, clicking on "Recent Tags" and then right-clicking 
on one of the tags - causes a pop-up,
title "Assertion Failed"

with the following information:
ASSERT: Node QI Failed
Stack Trace: 
0:QI_node([xpconnect wrapped (nsISupports, nsINavHistoryResultNode, 
nsINavHistoryContainerResultNode)],nsINavHistoryQueryResultNode)
1:asQuery([xpconnect wrapped (nsISupports, nsINavHistoryResultNode, 
nsINavHistoryContainerResultNode)])
2:PU_nodeIsReadOnly([xpconnect wrapped (nsISupports, nsINavHistoryResultNode, 
nsINavHistoryContainerResultNode)])
3:PC_isCommandEnabled(placesCmd_sortBy:name)
4:isCommandEnabled(placesCmd_sortBy:name)
5:updatePlacesCommand(placesCmd_sortBy:name)
6:goUpdatePlacesCommands()
7:oncommandupdate([object Event])
8:focus()
9:buildContextMenu([object XULElement])
10:onpopupshowing([object MouseEvent])

ProblemType: Bug
Architecture: i386
Date: Wed Mar  5 19:14:48 2008
DistroRelease: Ubuntu 8.04
NonfreeKernelModules: fglrx
Package: firefox 3.0~b3+nobinonly-0ubuntu4
PackageArchitecture: all
SourcePackage: firefox-3.0
Uname: Linux 2.6.24-8-generic i686

** Affects: firefox-3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
right clicking on tag in smart bookmarks exposes bug
https://bugs.launchpad.net/bugs/198814
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 99975] Re: [apport] pitivi crashed with TypeError in fraction_mul()

2008-03-01 Thread Noam Lewis
Same, problem with .wmv.

-- 
[apport] pitivi crashed with TypeError in fraction_mul()
https://bugs.launchpad.net/bugs/99975
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 184403] Re: pidgin crashed with SIGSEGV in pthread_mutex_lock()

2008-02-25 Thread Noam Lewis
I'm totally updated with hardy as of 25/02/08 and it crashed when i was
just about to type a first chat message to someone.

-- 
pidgin crashed with SIGSEGV in pthread_mutex_lock()
https://bugs.launchpad.net/bugs/184403
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 195525] Re: solfege crashed with IndexError in display_exception_message()

2008-02-25 Thread Noam Lewis
*** This bug is a duplicate of bug 183023 ***
https://bugs.launchpad.net/bugs/183023


** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/12200180/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/12200181/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/12200182/ProcStatus.txt

** Attachment added: "Traceback.txt"
   http://launchpadlibrarian.net/12200183/Traceback.txt

-- 
solfege crashed with IndexError in display_exception_message()
https://bugs.launchpad.net/bugs/195525
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 195525] [NEW] solfege crashed with IndexError in display_exception_message()

2008-02-25 Thread Noam Lewis
*** This bug is a duplicate of bug 183023 ***
https://bugs.launchpad.net/bugs/183023

Public bug reported:

Binary package hint: solfege

i just ran it

ProblemType: Crash
Architecture: i386
Date: Mon Feb 25 20:40:23 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/solfege
InterpreterPath: /usr/bin/python2.5
NonfreeKernelModules: fglrx
Package: solfege 3.9.3-4
PackageArchitecture: i386
ProcCmdline: /usr/bin/python /usr/bin/solfege
ProcCwd: /usr/share/solfege
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
PythonArgs: ['/usr/bin/solfege']
SourcePackage: solfege
Title: solfege crashed with IndexError in display_exception_message()
Uname: Linux noam-laptop 2.6.24-8-generic #1 SMP Thu Feb 14 20:40:45 UTC 2008 
i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

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


** Tags: apport-crash

-- 
solfege crashed with IndexError in display_exception_message()
https://bugs.launchpad.net/bugs/195525
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 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
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is the bug contact for Ubuntu.

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