[Bug 56587] Re: [edgy] usplash segfaults

2006-09-12 Thread Yachar
I confirm the segmentation fault on AMD64 dual core with Nvidia 7600 GS.

Video card :
01:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7600 GS] 
(rev a1)

Usplash version : 0.4-24

dmesg output :
[   24.217928] usplash[886]: segfault at ffab rip 2ad46cd61622 
rsp 7fff3de85870 error 4

I have no custom image.

Run from gdb (with sudo) throws a different error though :
(gdb) run
Starting program: /sbin/usplash 
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
0x2b0195870622 in rdw () from /lib/libusplash.so


Hope this helps !

-- 
[edgy] usplash segfaults
https://launchpad.net/bugs/56587

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


[Bug 60443] Evolution losts the accounts settings across reboot

2006-09-14 Thread Yachar
Public bug reported:

Hi,

Evolution 2.8.0-ubuntu1 losts accounts settings across reboot.

Steps to reproduce :
- boot
- login to a gnome session through GDM
- launch Evolution mail
- the « Create account » window displays
- create the account
- get mail to check everything's ok
- close Evolution
- open Evolution, the account is there and everything's fine
- close evolution, logout, reboot
- login
- open evolution, then all acounts are gone.

I don't know if it's a bug related to my config (pretty default), to
gconf (the /apps/evolution/mail/accounts key is cleared across reboot),
or to evolution.

This seems very weird as a similar thing happened for some time with
Firefox, and now I've cleared the .firefox directory, it works fine...

System : AMD64 dual core 3800+, 1 GB RAM, Nforce chipset, XFS file-
system.

** Affects: evolution (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Evolution losts the accounts settings across reboot
https://launchpad.net/bugs/60443

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

[Bug 60443] Re: Evolution losts the accounts settings across reboot

2006-09-15 Thread Yachar
Thanks for the answer. I had no warning or errors related to disk or
gconf in the logs (syslog, messages, dmesg). My desktop works fine for
the rest, no weird behavior.

I've tried a fresh install with settings cleared (/ and /home
formatted), and it works for the moment (even if gnome-keyring-daemon
keeps trying to eat all my memory and CPU and has to be killed, but
that's another story ;)

But the Firefox bug came back... I tried ext3 as filesystem only to be
sure, that didn't change anything. But that too is another story. Maybe
it's a more general problem related to some package on which firefox and
evolution depend...

Indeed I have no further valuable information to give, I'm sorry. If I
catch anything else, I'll let you know here.

-- 
Evolution losts the accounts settings across reboot
https://launchpad.net/bugs/60443

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


[Bug 60443] Re: Evolution losts the accounts settings across reboot

2006-09-15 Thread Yachar
The thing came back, it seems that this is a gconf related problem as you 
thought first. I now have some messages about gconf in /var/log/syslog (in 
French) :
Sep 16 00:54:31 pc gconfd (yachar-4747): Aucune des adresses résolues n'est 
accessible en écriture : l'enregistrement des réglages de configuration ne sera 
pas possible

It means that no resolved address is writeable, and so that no
configuration changes will be remembered. Creating a ~/.gconf.path with
"xml:readwrite:/home/yachar/.gconf" and gconf-merge-tree ~/.gconf
worked.

I can't understand why gconf doesn't see the ~/.gconf directory, as my
/etc/gconf/2/path is the default one (with xml:readwrite:$(HOME)/.gconf
line in it).

It's now a gconf related thing so I think that this bug may be closed. I still 
can't figure out why Evo and Firefox are the only settings lost ?!
Anyway, sorry for the inconvenience.

-- 
Evolution losts the accounts settings across reboot
https://launchpad.net/bugs/60443

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

[Bug 60631] Re: [edgy]Crash opening firefox

2006-09-15 Thread Yachar
Same thing here (locale = fr, AMD64), the workaround works.
Epiphany is fine (even localized).

-- 
[edgy]Crash opening firefox
https://launchpad.net/bugs/60631

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


[Bug 60053] Re: BUG: soft lockup detected on CPU#0!

2006-09-15 Thread Yachar
Had the same problem, related to usplash I think because removing it solved it.
Since the latest usplash update (0.4-25), everything's fine.

AMD64 x2 3800+

-- 
BUG: soft lockup detected on CPU#0!
https://launchpad.net/bugs/60053

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


[Bug 60765] Gnome-keyring-daemon takes up 100% CPU and all memory

2006-09-16 Thread Yachar
Public bug reported:

Steps to reproduce :
- open gnome-keyring-manager
- create a keyring.

Alternate : open evolution and try to store passwords with gnome-
keyring.

Nothing happens, gnome-keyring-manager doesn't freeze but evolution does
(maybe not multithreaded on this task ?).

The only thing to do to avoid all resources consumption is killing
gnome-keyring-daemon.

I tried to launch gnome-keyring-daemon through gdb, with follow-fork-
mode to "child", but gnome-keyring-manager strangely complains about
keyring-daemon not being launched. Not an expert debbuger though...

Fyi, I had some gconf related problems recently (no writable paths),
fixed as far as I can tell.

I have an AMD64 dual core, with the 2006 september 14 edgy CD image
installed and up-to-date packages.

** Affects: gnome-keyring (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Gnome-keyring-daemon takes up 100% CPU and all memory
https://launchpad.net/bugs/60765

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


[Bug 60053] Re: BUG: soft lockup detected on CPU#0!

2006-09-16 Thread Yachar
Hmmm... maybe it's working for me with the latest usplash because it can't find 
any artwork =)
So this might be related to usplash after all... maybe someone could re-assign 
the bug (don't know how this should work).

-- 
BUG: soft lockup detected on CPU#0!
https://launchpad.net/bugs/60053

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


[Bug 60765] Re: Gnome-keyring-daemon takes up 100% CPU and all memory

2006-09-18 Thread Yachar
Thanks for your answer.

My gconf issues were I had no writable paths. I solved it with a ~/.gconf.paths 
(see bug #60443).
Maybe I messed up my config, but I don't play with those config files unless 
I'm forced to ;)

I don't think that's an issue with my computer as it did work very well
with Dapper. But something might have gone wrong since then.

I launched gnome-keyring-manager, then
gdb -p $(pidof gnome-keyring-daemon)
and the trace is below. Hope this helps (though it doesn't look very useful).

I have two gnome-keyring-daemon entries in the process list (ps uax) :
one that is stable (0.0 CPU and 10 Mo RAM), and the other constantly
growing. It might be a fork or a thread.

(gdb) thread apply all bt

Thread 1 (Thread 47489959526176 (LWP 4617)):
#0  0x2b311e017527 in access () from /lib/libc.so.6
#1  0x2b311dcc1f3d in g_file_test () from /usr/lib/libglib-2.0.so.0
#2  0x0040b389 in ?? ()
#3  0x in ?? ()
#0  0x2b311e017527 in access () from /lib/libc.so.6
(gdb)

-- 
Gnome-keyring-daemon takes up 100% CPU and all memory
https://launchpad.net/bugs/60765

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


[Bug 60765] Re: Gnome-keyring-daemon takes up 100% CPU and all memory

2006-09-18 Thread Yachar
Here is the trace below.

(gdb) thread apply all bt

Thread 1 (Thread 47598724759328 (LWP 6312)):
#0  0x2b4a70eb3527 in access () from /lib/libc.so.6
#1  0x2b4a70b5df3d in IA__g_file_test (
filename=0x14e1ca0 "/home/yachar/.gnome2/keyrings/default.keyring", 
test=G_FILE_TEST_EXISTS) at gfileutils.c:282
#2  0x0040b389 in ?? ()
#3  0x in ?? ()
#0  0x2b4a70eb3527 in access () from /lib/libc.so.6
(gdb) 

I think I've spotted where the problem is. Somehow I already had a
(broken) default.keyring file, and in the gnome-keyring-daemon, it loops
looking for a defaultX.keyring, where X is a version number.


Source file : gnome-keyring-daemon-file.c, lines 194 through 205.
 
version = 0;
do {
if (version == 0) {
filename = g_strdup_printf ("%s.keyring", base);
} else {
filename = g_strdup_printf ("%s%d.keyring", base, 
version);
}

path = g_build_filename (dir, filename, NULL);

g_free (filename);
} while (g_file_test (path, G_FILE_TEST_EXISTS));


Unfortunately, there's no incrementation of the "version" integer in that loop, 
so it might be looping forever if there's already such a file (as version 
always ==0). A simple patch would be to increment the version number at the end 
of loop corpse.

Sorry, I never submitted a patch before so I don't know what command I
should use to attach it. No, please don't laugh :p.

Feel free to bash me if this is all bullshit :-D

-- 
Gnome-keyring-daemon takes up 100% CPU and all memory
https://launchpad.net/bugs/60765

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


[Bug 60443] Re: Evolution losts the accounts settings across reboot

2006-09-20 Thread Yachar
This all seems to come from the kernel soft lockup triggered by usplash on 
AMD64. See bug #60053.
Disabling usplash solved the problem, that was not directly related to gconf / 
evolution.

-- 
Evolution losts the accounts settings across reboot
https://launchpad.net/bugs/60443

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


[Bug 60053] Re: BUG: soft lockup detected on CPU#0!

2006-09-20 Thread Yachar
Some annoying thing, when this bug occurs, somehow gconf settings are lost... 
disabling usplash then helps the box stopping / rebooting and gconf settings to 
be remembered.
That may be a file system issue, but I don't think so as only gconf settings 
are lost, no other settings / files.

-- 
BUG: soft lockup detected on CPU#0!
https://launchpad.net/bugs/60053

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


[Bug 60053] Re: BUG: soft lockup detected on CPU#0!

2006-09-20 Thread Yachar
No wifi card here. And the box boots nicely, the bug only prevents it to stop 
(or reboot).
The gconf settings are probably lost because the bug is triggered before gconf 
had time to store its settings...

-- 
BUG: soft lockup detected on CPU#0!
https://launchpad.net/bugs/60053

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


[Bug 61543] Re: (edgy) evolution memos side bar in calendar view alway empty

2006-09-20 Thread Yachar
Hi,

I can't exactly reproduce this bug, but there's something strange here.
When I add memos in the Memos view, I see them. When I click on Calendar, they 
don't appear, but if I select the previous day, they show up. Could you try to 
look at previous day in the Calendar ?

Maybe there's a date/time problem here.

-- 
(edgy) evolution memos side bar in calendar view alway empty
https://launchpad.net/bugs/61543

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


[Bug 61467] Re: gedit cut/copy avliability bug

2006-09-20 Thread Yachar
I can't reproduce this behavior on latest package for Edgy (gedit 
2.16.0-ubuntu1).
Are you on edgy ?

-- 
gedit cut/copy avliability bug
https://launchpad.net/bugs/61467

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


[Bug 559869] Re: Gstreamer playback stops when flashplayer playback is started

2010-05-03 Thread Yachar
The bug stopped after I reinstalled from crash Lucid Lynx final version.
Closing it now.

** Changed in: gstreamer0.10 (Ubuntu)
   Status: New => Invalid

-- 
Gstreamer playback stops when flashplayer playback is started
https://bugs.launchpad.net/bugs/559869
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 559869] [NEW] Gstreamer playback stops when flashplayer playback is started

2010-04-10 Thread Yachar
Public bug reported:

Steps to reproduce :
1) open any media player based on Gstreamer : reproduced with Rhythmbox, 
Banshee, Exaile, Totem.
2) start playback
3) launch Firefox
4) go to Youtube or Dailymotion or any other Flash media site
5) launch a Flash playback
6) when Flash sound starts, the bug occurs.

The bug stops the Gstreamer based software playback. The sound produced by 
Banshee/Totem/etc stops, but Banshee/Totem/etc seems to think that it's still 
playing : the playback bar continues its progression, Banshee/Totem/etc doesn't 
freeze, but it doesn't produce sound anymore.
Even stopping and playing again the same song or changing song doesn't work.

You need to quit the application and restart it, then it works again.

Tested with ALSA output and Pulseaudio output (switched by using
gstreamer-properties).

No error is shown on terminal or logs.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: libgstreamer0.10-0 0.10.28-1
ProcVersionSignature: Ubuntu 2.6.32-19.28-generic-pae 2.6.32.10+drm33.1
Uname: Linux 2.6.32-19-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sat Apr 10 10:29:37 2010
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha i386 (20100224.1)
ProcEnviron:
 LANG=fr_FR.utf8
 SHELL=/bin/bash
SourcePackage: gstreamer0.10

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


** Tags: apport-bug i386 lucid

-- 
Gstreamer playback stops when flashplayer playback is started
https://bugs.launchpad.net/bugs/559869
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 559869] Re: Gstreamer playback stops when flashplayer playback is started

2010-04-10 Thread Yachar

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

-- 
Gstreamer playback stops when flashplayer playback is started
https://bugs.launchpad.net/bugs/559869
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 712082] Re: Random kernel panic during boot on a Dell Inspiron 1520

2011-02-05 Thread Yachar
Also occurs from time to time (less than 1/4) on a selfmade config. See 
attached lshw output.
The bug occured before alpha 2, using nightlies, using live USB or Virtualbox.

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

Title:
  Random kernel panic during boot on a Dell Inspiron 1520

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


[Bug 712082] Re: Random kernel panic during boot on a Dell Inspiron 1520

2011-02-05 Thread Yachar

** Attachment added: "lshw output"
   
https://bugs.launchpad.net/ubuntu/natty/+source/linux/+bug/712082/+attachment/1831661/+files/lshw.txt

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

Title:
  Random kernel panic during boot on a Dell Inspiron 1520

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


[Bug 61613] Re: Can't run liferea with main window hidden

2006-09-21 Thread Yachar TAJAHMADY
For information, liferea 1.0.23 on latest Edgy behaves as expected (main window 
hidden and absent from the windows list at start with this option).
It has probably been fixed upstream between 1.0.12 and 1.0.23.

Looking at the Changelog.gz file for the Edgy package, I found that,
lines 154 through 156, listing changes for 1.0.14 version on 2006-05-29
:

* Fixes the --mainwindow-state=hidden behaviour.
  Until now it had the same effect like
  --mainwindow-state=iconified. (reported by
  Sebastian Droege)

Does liferea show the main window, or is it iconified (visible in the
window list but not shown directly on the screen) ?

-- 
Can't run liferea with main window hidden
https://launchpad.net/bugs/61613

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


[Bug 61543] Re: (edgy) evolution memos side bar in calendar view alway empty

2006-09-21 Thread Yachar TAJAHMADY
For information, the bug is gone for me this morning [I use daily
calendar view]...

I launched Evolution at 23:30 last night, then had the bug reproduced at 01:00 
am the same night (what I mean is the date changed).
Today, I create memos and everything seems fine.

Tricky one...

-- 
(edgy) evolution memos side bar in calendar view alway empty
https://launchpad.net/bugs/61543

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


[Bug 61623] Re: Compiling C programs using g2c.h fails on amd64

2006-09-21 Thread Yachar TAJAHMADY
Confirmed and same error on AMD64 x2, latest Edgy, with gcc-3.4 or gcc-4.0.
All error lines refer to "typedef __g77_integer" lines in g2c.h

The error messages are different though with gcc-4.1, but the same lines are 
concerned in g2c.h.
[EMAIL PROTECTED]:~$ gcc-4.1 -lg2c test.c 
In file included from test.c:1:
/usr/include/g2c.h:21: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘integer’
/usr/include/g2c.h:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘uinteger’
/usr/include/g2c.h:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘logical’
/usr/include/g2c.h:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘longint’
/usr/include/g2c.h:34: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘ulongint’
/usr/include/g2c.h:55: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘flag’
/usr/include/g2c.h:56: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘ftnlen’
/usr/include/g2c.h:57: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ 
before ‘ftnint’
/usr/include/g2c.h:62: error: expected specifier-qualifier-list before ‘flag’
/usr/include/g2c.h:71: error: expected specifier-qualifier-list before ‘flag’
/usr/include/g2c.h:81: error: expected specifier-qualifier-list before ‘flag’
/usr/include/g2c.h:94: error: expected specifier-qualifier-list before ‘flag’
/usr/include/g2c.h:101: error: expected specifier-qualifier-list before ‘flag’
/usr/include/g2c.h:107: error: expected specifier-qualifier-list before ‘flag’
/usr/include/g2c.h:138: error: expected specifier-qualifier-list before 
‘integer’
/usr/include/g2c.h:153: error: expected specifier-qualifier-list before ‘ftnlen’
/usr/include/g2c.h:193: error: expected declaration specifiers or ‘...’ before 
‘*’ token
/usr/include/g2c.h:193: error: ‘integer’ declared as function returning a 
function
/usr/include/g2c.h:198: error: expected declaration specifiers or ‘...’ before 
‘*’ token
/usr/include/g2c.h:198: error: ‘logical’ declared as function returning a 
function

-- 
Compiling C programs using g2c.h fails on amd64
https://launchpad.net/bugs/61623

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

[Bug 60053] Re: BUG: soft lockup detected on CPU#0!

2006-09-21 Thread Yachar TAJAHMADY
Happened to me once again as a dist-upgrade happened to install usplash
again... I held the package and disabled usplash at start.

IMO, this bug should be marked "Confirmed" and severity "High" or
"Critical", as all gconf settings are lost and that is extremely
annoying... I don't know yet if I'm the only one losing my gconf
settings everytime, but that would be very bad luck.

Does anyone confirm this behavior ?

-- 
BUG: soft lockup detected on CPU#0!
https://launchpad.net/bugs/60053

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


[Bug 61660] Re: https doesn't work.

2006-09-23 Thread Yachar TAJAHMADY
I've upgraded my laptop from Dapper to Edgy today, and Firefox works nicely 
with https links, either typing them directly in the address bar, or clicking 
on a link.
It works nicely on my desktop PC too, but I've been on Edgy for a longer time.

I've not tried from Thunderbird, as I'm using Evolution (but it works
using Evolution links).

Version : Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1b2)
Gecko/20060601 BonEcho/2.0b2 (Ubuntu-edgy)

Maybe you should completely remove firefox package (sudo apt-get --purge
remove firefox) and remove firefox profile directories (rm -r ~/.mozilla
~/.firefox), then install firefox again.

If that doesn't work, I'd try using another source for links (i.e. click
on links from another software than Thunderbird) as the bug may be
somewhere else...

-- 
https doesn't work.
https://launchpad.net/bugs/61660

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


[Bug 63824] Re: gajim crashes on startup

2006-10-03 Thread Yachar TAJAHMADY
I confirm this on Edgy updated tonight : segmentation fault caught by
bug-buddy (see trace attached). It might have something to do with the
big update (including python-gtk2).

Latest SVN from the gajim website behaves the same way.

Hardware is dual core AMD64.

** Attachment added: "Backtrace from bug-buddy"
   http://librarian.launchpad.net/4643474/gajim-rapport-d-anomalies.txt

-- 
gajim crashes on startup
https://launchpad.net/bugs/63824

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


[Bug 63824] Re: gajim crashes on startup

2006-10-03 Thread Yachar TAJAHMADY
Hmmm... seems it may be marked "Confirmed" and "Fix released" or "In progress".
Thanks for the tip :)

-- 
gajim crashes on startup
https://launchpad.net/bugs/63824

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


[Bug 63824] Re: gajim crashes on startup

2006-10-03 Thread Yachar TAJAHMADY
Right, it works nicely with pygtk 2.10.3-0ubuntu1. Thanks anyone (Mr
Bacher ?) for that quick fix.

-- 
gajim crashes on startup
https://launchpad.net/bugs/63824

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


[Bug 83571] Re: [Feisty] Middle click fails with no action

2007-09-05 Thread Yachar TAJAHMADY
It works nicely on latest Gutsy (kernel 2.6.22).
Can't tell for Feisty as I don't have it anymore, sorry...

-- 
[Feisty] Middle click fails with no action
https://bugs.launchpad.net/bugs/83571
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 137631] Firefox and thunderbird crash when opening a gtk window

2007-09-05 Thread Yachar TAJAHMADY
Public bug reported:

Bug reproduced with Firefox, Firefox-Granparadiso, Thunderbird.

Newly updated Gutsy from Feisty (apt.sources modification and apt-get
update && apt-get dist-upgrade without any problem).

Steps to reproduce :
- Thunderbird :
* launch thunderbird ;
* use the menu to open a "gtk window" (e.g. Edit -> preferences. Works when 
creating a new mail or answering a mail too, but not when opening Account 
settings) ;
* thunderbird either crashes immediately or gets stuck forever (need to 
kill -9 it).
- Firefox & Granparadiso :
* launch Firefox ;
* get somewhere to download something (e.g. kernel.org) ;
* firefox gets stuck (need to kill -9 it) when clicking on the download 
link. Using the menu to open Preferences crashes firefox too.

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

-- 
Firefox and thunderbird crash when opening a gtk window
https://bugs.launchpad.net/bugs/137631
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 137631] Re: Firefox and thunderbird crash when opening a gtk window

2007-09-05 Thread Yachar TAJAHMADY

** Attachment added: "Firefox debug output (firefox -g with -dbg packages)"
   http://launchpadlibrarian.net/9142791/backtrace.txt.gz

-- 
Firefox and thunderbird crash when opening a gtk window
https://bugs.launchpad.net/bugs/137631
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 137631] Re: Firefox and thunderbird crash when opening a gtk window

2007-09-05 Thread Yachar TAJAHMADY

** Attachment added: "Thunderbird 
/var/crash/_usr_lib_thunderbird_thunderbird-bin.1000.crash"
   
http://launchpadlibrarian.net/9142798/_usr_lib_thunderbird_thunderbird-bin.1000.crash

-- 
Firefox and thunderbird crash when opening a gtk window
https://bugs.launchpad.net/bugs/137631
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 137631] Re: Firefox and thunderbird crash when opening a gtk window

2007-09-05 Thread Yachar TAJAHMADY
Some more tests tell that changing gtk/gnome or firefox/thunderbird themes has 
no impact on this bug.
I'm using an i386 version of Ubuntu on a dual core AMD64.

I couldn't find an existing bug that looks like this one, but there are
so many that I may have missed it... sorry if this is the case...

I'm available for further testing / detailed information.

-- 
Firefox and thunderbird crash when opening a gtk window
https://bugs.launchpad.net/bugs/137631
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 137631] Re: Firefox and thunderbird crash when opening a gtk window

2007-09-05 Thread Yachar TAJAHMADY
** Also affects: thunderbird (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Firefox and thunderbird crash when opening a gtk window
https://bugs.launchpad.net/bugs/137631
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 137631] Re: Firefox and thunderbird crash when opening a gtk window

2007-09-06 Thread Yachar TAJAHMADY
*** This bug is a duplicate of bug 129007 ***
https://bugs.launchpad.net/bugs/129007

You're probably talking about this bug : 
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/129007
And you're apparently right ! Switching theme to Clearlooks solved the issue.

I thought it was not related to themes because I tried 4 of them, but
all triggered the bug... sorry for the duplicate, and thanks for solving
my problem so quickly :)

** This bug has been marked a duplicate of bug 129007
   MASTER firefox-bin crashed with crux theme [EMAIL PROTECTED] at #10

-- 
Firefox and thunderbird crash when opening a gtk window
https://bugs.launchpad.net/bugs/137631
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 83571] Re: [Feisty] Middle click fails with no action

2007-03-09 Thread Yachar TAJAHMADY
Hi,

Thanks for letting us know about that kernel bug.
I don't have time yet to build a kernel for testing the patch attached at the 
upstream bug, but here is my lsusb output :

$ lsusb 
Bus 002 Device 001: ID :  
Bus 002 Device 003: ID 06f8:c000 Guillemot Corp. 
Bus 002 Device 002: ID 1267:0210 Logic3 / SpectraVideo plc 
Bus 001 Device 001: ID :  

Device 003 on bus 002 is a USB soundcard, so I guess the mouse is on bus
002 - device 002.

-- 
[Feisty] Middle click fails with no action
https://launchpad.net/bugs/83571

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


[Bug 83571] Re: [Feisty] Middle click fails with no action

2007-03-01 Thread Yachar TAJAHMADY
I'm using a Targus mouse (model AMU01EU), designed for laptops, with
three buttons (including the mouse wheel). It's USB connected.

** Attachment added: "xorg.conf"
   http://librarian.launchpad.net/6582191/xorg.conf

-- 
[Feisty] Middle click fails with no action
https://launchpad.net/bugs/83571

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


[Bug 83571] Re: [Feisty] Middle click fails with no action

2007-04-03 Thread Yachar TAJAHMADY
Somehow the bug is related to some kind of mice.

I changed my mouse from a Targus one (see previous lsusb) to a Logitech G5 and 
the middle button works perfectly with it, whereas it's still unfunctionnal 
with the Targus !
I didn't change anything to my Xorg.conf and I hotplugged the Logitech without 
restarting X or the box.

Attached you'll find my lsusb -v output with that new mouse.

Below the lsusb output :
$ lsusb
Bus 002 Device 001: ID :  
Bus 001 Device 006: ID 046d:c041 Logitech, Inc. 
Bus 001 Device 003: ID 06f8:c000 Guillemot Corp. 
Bus 001 Device 001: ID :  


** Attachment added: "lsusb -v"
   http://librarian.launchpad.net/7127019/lsusb.out

-- 
[Feisty] Middle click fails with no action
https://bugs.launchpad.net/bugs/83571
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 83571] Re: [Feisty] Middle click fails with no action

2007-02-06 Thread Yachar TAJAHMADY
I confirm this behavior with feisty and the same packages.
It happens since the last xorg upload a few days ago.

Opening links in new tabs in firefox doesn't work, and copy/paste with
middle button doesn't work either (in every apps).

-- 
[Feisty] Middle click fails with no action
https://launchpad.net/bugs/83571

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


[Bug 83571] Re: [Feisty] Middle click fails with no action

2007-02-06 Thread Yachar TAJAHMADY
I meant opening links in new tabs with the middle button of course...
opening them with right click and selecting "open in new tab" works
perfectly.

-- 
[Feisty] Middle click fails with no action
https://launchpad.net/bugs/83571

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