[Bug 276603] Re: crashed while listening to a mp3 podcast

2009-01-08 Thread mnemo
By the way James, regarding the build dependencies: you can always install the build dependencies for any package using sudo apt-get build-dep PACKAGE_NAME. I should have included sudo apt-get build-dep rhythmbox after the apt-get source step above. -- crashed while listening to a mp3 podcast

[Bug 276603] Re: crashed while listening to a mp3 podcast

2009-01-08 Thread mnemo
Thanks petski -- crashed while listening to a mp3 podcast https://bugs.launchpad.net/bugs/276603 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

[Bug 74008] Re: Include the window border doesn't work by default (with compiz)

2009-01-04 Thread mnemo
chewearn's post is available here: http://blog.chewearn.com/2008/12/11 /ubuntu-window-screenshot-with-frame/ -- Include the window border doesn't work by default (with compiz) https://bugs.launchpad.net/bugs/74008 You received this bug notification because you are a member of Ubuntu Bugs, which

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

2008-12-16 Thread mnemo
If you have a segv that's unrelated to this bug. However, there was recently another bug in RB where it would crash when it started to download the second file every time you selected more than one file and then right clicked and selected download. That bug has also been fixed upstream. See this

[Bug 305979] Re: [g45] jaunty X EQ overflow infinite loop hang

2008-12-16 Thread mnemo
** Bug watch added: Linux Kernel Bug Tracker #12166 http://bugzilla.kernel.org/show_bug.cgi?id=12166 ** Also affects: linux via http://bugzilla.kernel.org/show_bug.cgi?id=12166 Importance: Unknown Status: Unknown -- [g45] jaunty X EQ overflow infinite loop hang

[Bug 273708] Re: [g45] xorg hangs on startup (compiz turned off)

2008-12-16 Thread mnemo
Once keithp had written that patch I git-format-patch'ed it (both the intel 2D driver part and the intel AGP kernel module part) and attached those patches to a separate bug report here: https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/285572 I then asked AmitK and Bryce to get both

[Bug 273708] Re: [g45] xorg hangs on startup (compiz turned off)

2008-12-16 Thread mnemo
The kernel part of the bugfix is already in both intrepid and jaunty. ** Changed in: linux (Ubuntu) Status: New = Fix Released -- [g45] xorg hangs on startup (compiz turned off) https://bugs.launchpad.net/bugs/273708 You received this bug notification because you are a member of Ubuntu

[Bug 275565] Re: vlc crashed with SIGSEGV in LibavutilCallback()

2008-12-14 Thread mnemo
I'm not sure this is the exact same as my bug, but I've attached the exact .mpg file that caused the crash I reported. My bug was closed as a duplicate of this one. ** Attachment added: mpg file crashes VLC (push PLAY a few times if it doesnt crash on startup)

[Bug 275565] Re: vlc crashed with SIGSEGV in LibavutilCallback()

2008-12-14 Thread mnemo
Yes, that's correct. The file is corrupt and won't play in any player. However, VLC also runs as a browser plugin so this bug could be used to crash people's browser remotely. It's not at all inconceivable that this bug also opens for remote code execution (if it's some form of buffer or integer

[Bug 275565] Re: vlc crashed with SIGSEGV in LibavutilCallback()

2008-12-14 Thread mnemo
** This bug has been flagged as a security issue -- vlc crashed with SIGSEGV in LibavutilCallback() https://bugs.launchpad.net/bugs/275565 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 299152] Re: synergyc dies with xcb_lock.c assertion failed

2008-12-14 Thread mnemo
It seems Debian is also plagued by this bug (not that surprising but): http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504654 -- synergyc dies with xcb_lock.c assertion failed https://bugs.launchpad.net/bugs/299152 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 231890] Re: Synergy drops connections intermittently

2008-12-14 Thread mnemo
Please obtain a stacktrace for this segv. You can do that by: 1. create a new folder 2. use apt-get source synergy to get the code 3. move into the synergy dir and type this command to rebuild the code with full debug symbols and no optimizations: DEB_BUILD_OPTIONS=noopt nostrip fakeroot

[Bug 299152] Re: synergyc dies with xcb_lock.c assertion failed

2008-12-13 Thread mnemo
I modified the code around the assert to say: /* if Xlib has a partial request pending then XCB doesn't know about * the current request yet */ if(dpy-xcb-partial_request) { ++xcb_req; printf (partial request thing\n); } if (XCB_SEQUENCE_COMPARE(xcb_req, ,

[Bug 299152] Re: synergyc dies with xcb_lock.c assertion failed

2008-12-13 Thread mnemo
The upstream bug report is about the same assert being hit in the synergy server (I'm linking it even though both me and aaron is hitting the assert in the synergy client). ** Bug watch added: SourceForge.net Tracker #2037563 http://sourceforge.net/support/tracker.php?aid=2037563 ** Also

[Bug 307754] Re: .mpg file that crashes VLC

2008-12-13 Thread mnemo
** Attachment added: .mpg file that crashes VLC http://launchpadlibrarian.net/20407694/vlc_crash.mpg ** Visibility changed to: Public -- .mpg file that crashes VLC https://bugs.launchpad.net/bugs/307754 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 299152] Re: synergyc dies with xcb_lock.c assertion failed

2008-12-12 Thread mnemo
I'm also seeing this all the time. Happens about every hour or so. This is probably the most annoying bug I have in intrepid right now. At least I've been able to get a full stack leading up to this particular assert: #1 0xb7e04a25 in _XGetXCBBuffer (dpy=0x8ec27b0) at ../../src/xcb_lock.c:101 #2

[Bug 299152] Re: synergyc dies with xcb_lock.c assertion failed

2008-12-12 Thread mnemo
The actual assert (in package libx11-xcb1) contains a macro, so in the code is looks like this: assert(XCB_SEQUENCE_COMPARE(xcb_req, =, dpy-request)); I don't know enough about XCB to figure out what to make of that. -- synergyc dies with xcb_lock.c assertion failed

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

2008-12-10 Thread mnemo
Upstream has suggested but not yet commited these changes (attached). I've tried these and on my machine the big leak is gone. ** Attachment added: changes that stops the leak (not commited at upstream yet. and not in proper patch format I think?)

[Bug 305979] Re: g45 jaunty X EQ overflow infinite loop hang

2008-12-09 Thread mnemo
Today I found my jauny xorg hung again, I saw the exact same stack in gdb as the one I reported above. However, this time the xorg_log did not mention EQ overflow. Could be another bug or maybe this gives some clue about this particular bug. I'm attaching the xorg_log from today that doesn't show

[Bug 305996] Re: launchpad tells me to run command that prints assert errror

2008-12-07 Thread mnemo
is not the problem: [EMAIL PROTECTED]:~$ sudo ubuntu-bug -p xserver-xorg-video-intel [sudo] password for mnemo: Error:Cannot open display :0 - Exiting hook /usr/share/apport/package-hooks//source_xserver-xorg-video-intel.py crashed: Traceback (most recent call last): File /usr/lib

[Bug 305979] Re: g45 jaunty X EQ overflow infinite loop hang

2008-12-07 Thread mnemo
I just hit this exact same spontaneous Xorg freeze again (I was browsing a pdf in evince this time). That's two freezes in one day. -- g45 jaunty X EQ overflow infinite loop hang https://bugs.launchpad.net/bugs/305979 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 305983] Re: [g45 only] error flood in dmesg constantly takes 30-100% CPU on one core

2008-12-07 Thread mnemo
This bug was a configuration mistake on my machine. Sorry for the noise. ** Changed in: xserver-xorg-video-intel (Ubuntu) Status: New = Invalid -- [g45 only] error flood in dmesg constantly takes 30-100% CPU on one core https://bugs.launchpad.net/bugs/305983 You received this bug

[Bug 305979] [NEW] g45 jaunty X EQ overflow infinite loop hang

2008-12-07 Thread mnemo
Public bug reported: I just upstreamed the bug report below (opening this bug just to track it in ubuntu). Just now I started Firefox and my xserver froze. I grabbed a backtrace from gdb and X was stucking waiting for some ioctl(). I also took a copy of

[Bug 305979] Re: g45 jaunty X EQ overflow infinite loop hang

2008-12-07 Thread mnemo
** Attachment added: gdb.txt http://launchpadlibrarian.net/20280797/gdb.txt -- g45 jaunty X EQ overflow infinite loop hang https://bugs.launchpad.net/bugs/305979 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 305979] Re: g45 jaunty X EQ overflow infinite loop hang

2008-12-07 Thread mnemo
** Attachment added: xorg_log showing inf loop backtrace related to EQ overflow http://launchpadlibrarian.net/20280802/xorg_log.txt ** Bug watch added: freedesktop.org Bugzilla #18922 https://bugs.freedesktop.org/show_bug.cgi?id=18922 ** Also affects: xserver-xorg-video-intel via

[Bug 305983] [NEW] [g45 only] error flood in dmesg constantly takes 30-100% CPU on one core

2008-12-07 Thread mnemo
Public bug reported: Binary package hint: xserver-xorg-video-intel This on happens on my intel g45 machine (not on my 965 laptop which also uses the intel driver). Basically /bin/dd, /sbin/klogd, /sbin/syslogd constantly take up 30-100% of a single core on my machine. This happens because some

[Bug 305983] Re: [g45 only] error flood in dmesg constantly takes 30-100% CPU on one core

2008-12-07 Thread mnemo
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/20281084/Dependencies.txt ** Attachment added: LsMod.txt http://launchpadlibrarian.net/20281085/LsMod.txt ** Attachment added: LsPci.txt http://launchpadlibrarian.net/20281086/LsPci.txt ** Attachment added:

[Bug 305983] Re: [g45 only] error flood in dmesg constantly takes 30-100% CPU on one core

2008-12-07 Thread mnemo
I got a Gigabyte GA-EG45M-DS2H (G45-chipset, Socket-775) motherboard with a GMA X4500HD (G45) on this machine. -- [g45 only] error flood in dmesg constantly takes 30-100% CPU on one core https://bugs.launchpad.net/bugs/305983 You received this bug notification because you are a member of Ubuntu

[Bug 305983] Re: [g45 only] error flood in dmesg constantly takes 30-100% CPU on one core

2008-12-07 Thread mnemo
This bug is completely reproducible on jaunty, basically the log spamming ALWAYS goes on while I'm running the machine. -- [g45 only] error flood in dmesg constantly takes 30-100% CPU on one core https://bugs.launchpad.net/bugs/305983 You received this bug notification because you are a member

[Bug 305983] Re: [g45 only] error flood in dmesg constantly takes 30-100% CPU on one core

2008-12-07 Thread mnemo
Also, the bug is also present in intrepid ibex final version (which had a 2.6.27 based kernel and intel 2.4.1). -- [g45 only] error flood in dmesg constantly takes 30-100% CPU on one core https://bugs.launchpad.net/bugs/305983 You received this bug notification because you are a member of Ubuntu

[Bug 305983] Re: [g45 only] error flood in dmesg constantly takes 30-100% CPU on one core

2008-12-07 Thread mnemo
** Bug watch added: freedesktop.org Bugzilla #18923 https://bugs.freedesktop.org/show_bug.cgi?id=18923 ** Also affects: xserver-xorg-video-intel via https://bugs.freedesktop.org/show_bug.cgi?id=18923 Importance: Unknown Status: Unknown -- [g45 only] error flood in dmesg

[Bug 285572] Re: X freezes right after login when using EXA on G45 machine

2008-12-07 Thread mnemo
Sorry it took so long but I've now filed a proper bug for the dmesg spam issue (both to launchpad and upstream): https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/305983 The dmesg spam issue is still happening with 2.6.28 kernel and intel 2.5.1 in jaunty unfortunately. -- X freezes

[Bug 305996] [NEW] launchpad tells me to run command that prints assert errror

2008-12-07 Thread mnemo
Public bug reported: When trying to report a bug for xserver-xorg-video-intel, then the launchpad bug reporting tool tells me that I should report this bug using the command ubuntu-bug -p xserver-xorg-video-intel instead so that logs get automatically attached. However, when I run this command

[Bug 304163] Re: [jaunty upgrade on intel G45 1dec2008] xorg hangs and I get failsafe X followed by 4:3 vesa on my widescreen monitor

2008-12-06 Thread mnemo
This bug is now fixed. Since I got several new packages at once I'm not exactly sure what fixed the bug. Got installed new versions today: xserver-xorg-video-intel 2:2.5.1-1ubuntu5 libdrm-intel1 2.4.1-0ubuntu7 linux-image-2.6.28-2-generic

[Bug 304163] Re: [jaunty upgrade on intel G45 1dec2008] xorg hangs and I get failsafe X followed by 4:3 vesa on my widescreen monitor

2008-12-04 Thread mnemo
I got a new version of libdrm2 today but no change, Xorg still refuses to start in anything but VESA. Anything else I can do to provide better debugging information? -- [jaunty upgrade on intel G45 1dec2008] xorg hangs and I get failsafe X followed by 4:3 vesa on my widescreen monitor

[Bug 304163] Re: [jaunty upgrade on intel G45 1dec2008] xorg hangs and I get failsafe X followed by 4:3 vesa on my widescreen monitor

2008-12-03 Thread mnemo
Yes, this is completely repeatable. Please let me know if there is any experiments that can help finding the bug. ** Attachment added: output of lspci -vvnn http://launchpadlibrarian.net/20188802/lspci_vvnn.log -- [jaunty upgrade on intel G45 1dec2008] xorg hangs and I get failsafe X

[Bug 304163] Re: [jaunty upgrade on intel G45 1dec2008] xorg hangs and I get failsafe X followed by 4:3 vesa on my widescreen monitor

2008-12-03 Thread mnemo
** Attachment added: all the logs in the /var/log/gdm directory http://launchpadlibrarian.net/20188811/var_log_gdm.tgz -- [jaunty upgrade on intel G45 1dec2008] xorg hangs and I get failsafe X followed by 4:3 vesa on my widescreen monitor https://bugs.launchpad.net/bugs/304163 You received

[Bug 304163] Re: [jaunty upgrade on intel G45 1dec2008] xorg hangs and I get failsafe X followed by 4:3 vesa on my widescreen monitor

2008-12-03 Thread mnemo
** Attachment added: this one contains /var/log/Xorg* http://launchpadlibrarian.net/20188818/xorg_log.tgz -- [jaunty upgrade on intel G45 1dec2008] xorg hangs and I get failsafe X followed by 4:3 vesa on my widescreen monitor https://bugs.launchpad.net/bugs/304163 You received this bug

[Bug 304163] Re: [jaunty upgrade on intel G45 1dec2008] xorg hangs and I get failsafe X followed by 4:3 vesa on my widescreen monitor

2008-12-03 Thread mnemo
Note in particular the following error near the end of syslog (these were printed just when the crash happened): Dec 3 20:29:29 kingfish kernel: [ 447.470694] [drm:i915_getparam] *ERROR* Unknown parameter 5 Dec 3 20:29:29 kingfish kernel: [ 447.470696] [drm:drm_ioctl] ret = ffea Dec 3

[Bug 304163] Re: [jaunty upgrade on intel G45 1dec2008] xorg hangs and I get failsafe X followed by 4:3 vesa on my widescreen monitor

2008-12-03 Thread mnemo
The new logs were created using 2:2.5.1-1ubuntu4 which I got through synaptics today. -- [jaunty upgrade on intel G45 1dec2008] xorg hangs and I get failsafe X followed by 4:3 vesa on my widescreen monitor https://bugs.launchpad.net/bugs/304163 You received this bug notification because you are

[Bug 304163] Re: [jaunty upgrade on intel G45 1dec2008] xorg hangs and I get failsafe X followed by 4:3 vesa on my widescreen monitor

2008-12-02 Thread mnemo
I can add that xorg crashes (and switches to failsafe) even before the GDM login screen comes up. -- [jaunty upgrade on intel G45 1dec2008] xorg hangs and I get failsafe X followed by 4:3 vesa on my widescreen monitor https://bugs.launchpad.net/bugs/304163 You received this bug notification

[Bug 293952] Re: Jaunty: package lilo 1:22.8-6.4ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-12-01 Thread mnemo
I also got lilo installed even though I've been using grub all the time in intrepid etc. -- Jaunty: package lilo 1:22.8-6.4ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1 https://bugs.launchpad.net/bugs/293952 You received this bug

[Bug 304163] [NEW] [jaunty upgrade on intel G45 1dec2008] xorg hangs and I get failsafe X followed by 4:3 vesa on my widescreen monitor

2008-12-01 Thread mnemo
Public bug reported: [jaunty upgrade on intel G45 1dec2008] xorg hangs and I get failsafe X followed by 4:3 vesa on my widescreen monitor. In the failsafe X dialog I selected archieve logs and stuff. I'm attaching this data. ** Affects: xserver-xorg-video-intel (Ubuntu) Importance:

[Bug 304163] Re: [jaunty upgrade on intel G45 1dec2008] xorg hangs and I get failsafe X followed by 4:3 vesa on my widescreen monitor

2008-12-01 Thread mnemo
** Attachment added: failsafeX auto archiving of logs etc http://launchpadlibrarian.net/20109034/failsafeX-backup-081201225721.tar -- [jaunty upgrade on intel G45 1dec2008] xorg hangs and I get failsafe X followed by 4:3 vesa on my widescreen monitor https://bugs.launchpad.net/bugs/304163

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

2008-11-19 Thread mnemo
** Bug watch added: GNOME Bug Tracker #551075 http://bugzilla.gnome.org/show_bug.cgi?id=551075 ** Also affects: gvfs via http://bugzilla.gnome.org/show_bug.cgi?id=551075 Importance: Unknown Status: Unknown -- Heavy memory leak in gvfsd-http https://bugs.launchpad.net/bugs/225615

[Bug 299453] Re: The Ubuntu File Manager skips a line

2008-11-19 Thread mnemo
A) Do you use Icon View, Compact View or List View in nautilus? B) Can you please provide step by step instructions how to repro this bug (i.e. exactly what keys need to be pressed in what order etc and how many files/subdirs do you have in the current directory when you do this?) -- The

[Bug 276603] Re: crashed while listening to a mp3 podcast

2008-11-17 Thread mnemo
If somebody is really annoyed by this bug and don't want to wait for jaunty (or a SRU which i'm not sure will happen)... I'm attaching a patch created from the upstream bugfix that Jonathan Matthew did. Below are some rough steps on how this patch can be applied locally: mkdir rb cd rb apt-get

[Bug 297780] [NEW] awn doesn't show any error when launch with compiz off

2008-11-13 Thread mnemo
Public bug reported: I was following the instructions here: http://tombuntu.com/index.php/2008/11/11/installing-and-setting-up-avant-window-navigator/ ...and it didn't work. The problem was that I had compiz turn off. Since I was launching awn from the GNOME accessories menu I did not receive

[Bug 277926] Re: synfigstudio crashed with SIGSEGV in Gtk::Tooltips::set_tip()

2008-11-02 Thread mnemo
I'm also seeing this (I'm running final amd64 Intrepid). I'm also thinking maybe this is the same as this bug: https://bugs.launchpad.net/ubuntu/+source/synfigstudio/+bug/63477 If so then there is a fix available in debian that we can patch into ubuntu. -- synfigstudio crashed with SIGSEGV in

[Bug 285572] Re: X freezes right after login when using EXA on G45 machine

2008-10-23 Thread mnemo
I've now tested the oct 22 desktop live CD. On my machine with a Gigabyte GA-EG45M-DS2H it boots right into compiz. Previously I got a hang right after login so this is a big improvement. I've got got the updates on my laptop which got a 965 intel and no regressions there that I can see. -- X

[Bug 285572] Re: X freezes right after login when using EXA on G45 machine

2008-10-23 Thread mnemo
The GM45 Sony Vaio bug is another separate issue and it's not fixed upstream yet. Jesse Barnes mentioned it explicitly when he released the 2.5.0 version upstream 3 days ago, see this e-mail: http://lists.freedesktop.org/archives/xorg/2008-October/039555.html (good news is that upstream know

[Bug 285572] Re: X freezes right after login when using EXA on G45 machine

2008-10-23 Thread mnemo
After more usage, I've found two issues while running intrepid on G45 using the current driver bits. The patches above are still a success because this machine is now usable (no xorg freeze after login) and with compiz off it actually works perfectly. I will file separate bugs for these issues but

[Bug 288269] [NEW] [REGRESSION] skype audio input/output broken in intrepid (worked in hardy)

2008-10-23 Thread mnemo
Public bug reported: Skype was working perfectly for me in hardy but when I upgraded to intrepid pre-release it stopped working. I was previously using default device in the sound settings of Skype (for both input and output). In intrepid I cannot get it to work regardless or what sound options I

[Bug 288269] Re: [REGRESSION] skype audio input/output broken in intrepid (worked in hardy)

2008-10-23 Thread mnemo
I should add that playing sound in totem or audacious works perfectly. Recording in GNOME Sound Recorder doesn't work but I'm not sure whether that ever worked (I probably did though?). In gnome-sound- recorder I get this huge CPU spike when I start to record and when I press stop the CPU just

[Bug 287064] Re: canberra-gtk-play crashed with SIGSEGV in pa_flist_push()

2008-10-21 Thread mnemo
** Attachment added: CoreDump.gz http://launchpadlibrarian.net/18771668/CoreDump.gz ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/18771669/Dependencies.txt ** Attachment added: Disassembly.txt http://launchpadlibrarian.net/18771670/Disassembly.txt ** Attachment

[Bug 285572] Re: X freezes right after login when using EXA on G45 machine

2008-10-21 Thread mnemo
Good question Amit. I'm 98% sure the corresponding xf86-intel patch is: http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=4dd00681dd0f9fce8dfd4592b46418edbbd2eeb4 Which means that it only applies to GM45 cards (i.e. laptops with a modern intel card). On the G45 machines

[Bug 285572] Re: X freezes right after login when using EXA on G45 machine

2008-10-21 Thread mnemo
Keith Packard replied said we should merge both patches. See the reply here: http://lists.freedesktop.org/archives/intel-gfx/2008-October/000456.html -- X freezes right after login when using EXA on G45 machine https://bugs.launchpad.net/bugs/285572 You received this bug notification because you

[Bug 285572] Re: X freezes right after login when using EXA on G45 machine

2008-10-21 Thread mnemo
** Attachment added: here is the xf86-intel part of the patch set http://launchpadlibrarian.net/18773386/0001-Fix-broken-stolen-memory-counting-on-G4X.patch -- X freezes right after login when using EXA on G45 machine https://bugs.launchpad.net/bugs/285572 You received this bug notification

[Bug 285572] Re: X freezes right after login when using EXA on G45 machine

2008-10-20 Thread mnemo
** Changed in: linux-meta (Ubuntu) Assignee: (unassigned) = Ubuntu Kernel Team (ubuntu-kernel-team) -- X freezes right after login when using EXA on G45 machine https://bugs.launchpad.net/bugs/285572 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 285572] Re: X freezes right after login when using EXA on G45 machine

2008-10-20 Thread mnemo
This fix went into linus .28 tree with commit a45fbc33137b11e479ea8b7d478a1d7e6488971b (which merged airlied's drm tree). -- X freezes right after login when using EXA on G45 machine https://bugs.launchpad.net/bugs/285572 You received this bug notification because you are a member of Ubuntu

[Bug 285572] Re: X freezes right after login when using EXA on G45 machine

2008-10-20 Thread mnemo
** Attachment added: patch that enables ubuntu to boot on intel G45 motherboards http://launchpadlibrarian.net/18743673/0001-agp-Fix-stolen-memory-counting-on-G4X.patch -- X freezes right after login when using EXA on G45 machine https://bugs.launchpad.net/bugs/285572 You received this bug

[Bug 273708] Re: xorg hangs on startup (intel G45, compiz turned off)

2008-10-20 Thread mnemo
To apply the patch I was talking about you need to rebuild one of your kernel module which is not a trivial task but if you're feeling lucky try this: 0. install tools needed for building the linux kernel by running this command sudo apt-get build-dep linux-image-2.6.27-7-generic 1. create some

[Bug 273708] Re: xorg hangs on startup (intel G45, compiz turned off)

2008-10-20 Thread mnemo
haha, sorry I forgot the most important part. dont forget to apply the patch!!! otherwise you'll just build the same buggy version as ubuntu ships. to apply the patch do these extra steps between 3) and 4) above: step 3.1) download the .patch file I've attached to this bug and save it inside

[Bug 286629] Re: synergyc crashed with SIGSEGV in std::_Rb_tree_increment()

2008-10-20 Thread mnemo
** Visibility changed to: Public ** Bug watch added: SourceForge.net Tracker #2183178 http://sourceforge.net/support/tracker.php?aid=2183178 ** Also affects: synergy2 via http://sourceforge.net/support/tracker.php?aid=2183178 Importance: Unknown Status: Unknown -- synergyc

[Bug 273708] Re: xorg hangs on startup (intel G45, compiz turned off)

2008-10-19 Thread mnemo
desertoak, I just attached an URL to the upstream bug report I filed in the beginning of october. Since then Keith Packard have written a patch for this bug and Eric Anholt improved and merged that patch. The bug was in intel-agp.ko (a component inside the Linux kernel) and Eric's tree has been

[Bug 273708] Re: xorg hangs on startup (intel G45, compiz turned off)

2008-10-19 Thread mnemo
What about putting: Option NoAccel True in the Device section of xorg.conf, does that help? -- xorg hangs on startup (intel G45, compiz turned off) https://bugs.launchpad.net/bugs/273708 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 273708] Re: xorg hangs on startup (intel G45, compiz turned off)

2008-10-19 Thread mnemo
** Bug watch added: freedesktop.org Bugzilla #17905 https://bugs.freedesktop.org/show_bug.cgi?id=17905 ** Also affects: xorg-server via https://bugs.freedesktop.org/show_bug.cgi?id=17905 Importance: Unknown Status: Unknown -- xorg hangs on startup (intel G45, compiz turned off)

[Bug 285905] [NEW] package update-manager 1:0.93.26 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1), E:Sub-process /usr/b

2008-10-19 Thread mnemo
Public bug reported: Binary package hint: update-manager i have no idea what's going on here. at the end of my intrepid (pre- release upg done at oct 19th) upgrade apport said update-manager failed to upgrade and asked me to submit this report. ProblemType: Package Architecture: i386

[Bug 285905] Re: package update-manager 1:0.93.26 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1), E:Sub-process /usr/bin

2008-10-19 Thread mnemo
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/18690662/Dependencies.txt ** Attachment added: VarLogDistupgradeAptlog.gz http://launchpadlibrarian.net/18690664/VarLogDistupgradeAptlog.gz ** Attachment added: VarLogDistupgradeApttermlog.gz

[Bug 285904] [NEW] package virtualbox-ose 1.5.6-dfsg-6ubuntu1 failed to install/upgrade:

2008-10-19 Thread mnemo
Public bug reported: Binary package hint: virtualbox-ose first it asked me if I wanted to loose all my snapshots which scared me to death and I pressed NO. then it tried to install anyway and showed some generic failed to install type errors. then in the end it said installation failed and

[Bug 285904] Re: package virtualbox-ose 1.5.6-dfsg-6ubuntu1 failed to install/upgrade:

2008-10-19 Thread mnemo
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/18690638/Dependencies.txt ** Attachment added: VarLogDistupgradeAptlog.gz http://launchpadlibrarian.net/18690639/VarLogDistupgradeAptlog.gz ** Attachment added: VarLogDistupgradeApttermlog.gz

[Bug 272054] Re: package virtualbox-ose 2.0.2-dfsg-0ubuntu1 failed to install/upgrade: subprocess pre-installation script returned error exit status 1

2008-10-19 Thread mnemo
I reported this bug a few hours ago: https://bugs.launchpad.net/ubuntu/+source/virtualbox-ose/+bug/285905 This is what I see on my system right now: [EMAIL PROTECTED]:/var/log$ sudo find | grep -i v ./wvdialconf.log ./installer/version ./udev [EMAIL PROTECTED]:/var/log$ -- package

[Bug 272054] Re: package virtualbox-ose 2.0.2-dfsg-0ubuntu1 failed to install/upgrade: subprocess pre-installation script returned error exit status 1

2008-10-19 Thread mnemo
Please note that I pressed to NOT install vbox though because I didnt want to loose my snapshots and then later I thought, ehm, forget and I installed it anyway because it kept nagging me that there was a new vbox version available. -- package virtualbox-ose 2.0.2-dfsg-0ubuntu1 failed to

[Bug 285391] Re: firefox crashed with SIGSEGV in getenv() -- no flash involved

2008-10-18 Thread mnemo
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/18657729/Dependencies.txt ** Attachment added: Disassembly.txt http://launchpadlibrarian.net/18657730/Disassembly.txt ** Attachment added: ExtensionSummary.txt

[Bug 285391] [NEW] firefox crashed with SIGSEGV in getenv() -- no flash involved

2008-10-18 Thread mnemo
Public bug reported: Binary package hint: firefox-3.0 Just got this crash again with the latest intrepid updates as of oct 18th. ProblemType: Crash Architecture: amd64 CrashCounter: 1 DistroRelease: Ubuntu 8.10 ExecutablePath: /usr/lib/firefox-3.0.3/firefox Package: firefox-3.0

[Bug 285436] Re: totem-gstreamer crashed with SIGSEGV in pa_flist_pop()

2008-10-18 Thread mnemo
** Attachment added: CoreDump.gz http://launchpadlibrarian.net/18663429/CoreDump.gz ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/18663430/Dependencies.txt ** Attachment added: Disassembly.txt http://launchpadlibrarian.net/18663431/Disassembly.txt ** Attachment

[Bug 285572] [NEW] X freezes right after login when using EXA on G45 machine

2008-10-18 Thread mnemo
Public bug reported: So my machine with intel chipset G45 (motherboard is Gigabyte GA-EG45M- DS2H) freezes right after boot when X.org runs in EXA mode. Upstream have now provided a fix for this and the bug was in intel-agp.ko. Further I have tried to apply this patch to the intrepid kernel and

[Bug 279770] Re: Almost impossible to tell which tab is active in firefox, nautilius, gnome-terminal, etc. with NewHuman theme

2008-10-12 Thread mnemo
Theme looks slick but is very frustrating to use long term because of the problem Tom describes above. I really think this should be fixed before intrepid if you guys intend to use this theme as the default theme. Thanks. -- Almost impossible to tell which tab is active in firefox, nautilius,

[Bug 148084] Re: totem-like/firefox-like plugin installer for file-roller

2008-10-12 Thread mnemo
This bug (or more like feature request) is a great idea. I really hope this can be implemented. I was very glad to find out that there is people working on patches for this already!! -- totem-like/firefox-like plugin installer for file-roller https://bugs.launchpad.net/bugs/148084 You received

[Bug 188867] Re: eog crashed with SIGSEGV in eog_job_queue_remove_job()

2008-10-11 Thread mnemo
Rich, if you can attach a copy of the image that causes this crash that would be helpful both for fixing this bug and also for regression testing. Thanks. -- eog crashed with SIGSEGV in eog_job_queue_remove_job() https://bugs.launchpad.net/bugs/188867 You received this bug notification because

[Bug 281306] Re: bzr-notify crashed with TypeError in load_credits()

2008-10-10 Thread mnemo
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/18399698/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/18399699/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/18399700/ProcStatus.txt ** Attachment

[Bug 279278] Re: 'more' command has incorrect output

2008-10-10 Thread mnemo
I usually have alias more='less -R' but at any rate /bin/more /var/log/Xorg.0.log currently gives me nearly 30 pages of xorg log, so no repro on my box. I'm using the latest version of intrepid. What does alias more say on your machine? -- 'more' command has incorrect output

[Bug 279278] Re: 'more' command has incorrect output

2008-10-10 Thread mnemo
I tried it in VT now and more works for me in VT as well. And as for man more there is no garbage chars in there for me, it looks fine as far as I can see. Maybe you should try sudo apt-get install --reinstall util-linux and maybe also run some HDD disk damage checking tool just to rule that out.

[Bug 262889] Re: gpaint crashed when user changes font

2008-10-08 Thread mnemo
Hi Martin. I have tested your gpaint fix and it works as intended on my machine. When I launch gpaint the font control is disabled. I was able to create various fonts with different text etc and also when I select a non-text tool the font control gets disabled again. I was not able to make it

[Bug 237401] Re: totem tries to allocate 4GB

2008-10-05 Thread mnemo
Here is the glib allocation code: gpointer g_malloc (gsize n_bytes) { if (G_UNLIKELY (!g_mem_initialized)) g_mem_init_nomessage(); if (G_LIKELY (n_bytes)) { gpointer mem; mem = glib_mem_vtable.malloc (n_bytes); if (mem) return mem; g_error (%s:

[Bug 278542] Re: memcheck crashed with SIGSEGV in do_syscall_WRK()

2008-10-05 Thread mnemo
*** This bug is a duplicate of bug 208120 *** https://bugs.launchpad.net/bugs/208120 FWIW, the program that I was valgrinding when this particular crash happened was: int main(int argc, char* argv[]) { int *ptr = 0; *ptr = 0; return 0; } So even the most basic

[Bug 78081] Re: valgrind crashes on memcheck for a given program

2008-10-05 Thread mnemo
Daniel, I still get SIGSEGV in memcheck when analysing pretty much _any_ program using valgrind on a x64 with intrepid. Upstream says valgrind should be working on x64 so this is likely an ubuntu bug and not a general valgrind bug. The specific crash I am seeing is the exact one that

[Bug 258925] Re: Horizontal lines on Intel G45 (aka x4500hd) output

2008-10-04 Thread mnemo
I got the Gigabyte GA-EG45M-DS2H motherboard which has the G45+ICH10R. I cannot boot Intrepid with EXA at all, X.org freezes after ~1 sec. I have also tried git head and 2.5.96 still exhibits this bug for me. jbarnes blogged yesterday that he and Zhenyu was going to work on G4x stability next

[Bug 277296] Re: totem spins CPU 100% while allocating (infinitely) because pulseaudio process is not available

2008-10-03 Thread mnemo
One of the upstream devs was able to fix the bug immediately after reading my bug report. Whee, happy! :-) -- totem spins CPU 100% while allocating (infinitely) because pulseaudio process is not available https://bugs.launchpad.net/bugs/277296 You received this bug notification because you are

[Bug 277160] Re: firefox crashed with SIGSEGV in js_GetGCThingTraceKind()

2008-10-02 Thread mnemo
** Visibility changed to: Public -- firefox crashed with SIGSEGV in js_GetGCThingTraceKind() https://bugs.launchpad.net/bugs/277160 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 277160] Re: firefox crashed with SIGSEGV in js_GetGCThingTraceKind()

2008-10-02 Thread mnemo
** Bug watch added: Mozilla Bugzilla #458244 https://bugzilla.mozilla.org/show_bug.cgi?id=458244 ** Also affects: firefox via https://bugzilla.mozilla.org/show_bug.cgi?id=458244 Importance: Unknown Status: Unknown -- firefox crashed with SIGSEGV in js_GetGCThingTraceKind()

[Bug 277296] [NEW] totem spins CPU 100% while allocating (infinitely) because pulseaudio process is not available

2008-10-02 Thread mnemo
Public bug reported: (I wrote this bug report with a lot of newbie info regarding all the stuff I did to analyze it, I'm including this info in here so that if other people find this bug maybe someone can learn something from it) Today my entire X session hung when I was playing some songs in

[Bug 275583] Re: valac crashed with SIGSEGV in strlen()

2008-09-28 Thread mnemo
** Visibility changed to: Public -- valac crashed with SIGSEGV in strlen() https://bugs.launchpad.net/bugs/275583 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

[Bug 275583] Re: valac crashed with SIGSEGV in strlen()

2008-09-28 Thread mnemo
It turned out I had incompatible valac and libvala versions on this box. Marking bug as invalid. ** Changed in: vala (Ubuntu) Status: New = Invalid -- valac crashed with SIGSEGV in strlen() https://bugs.launchpad.net/bugs/275583 You received this bug notification because you are a member

[Bug 275207] [NEW] [usability] bzr vis should print message saying you need to install brz-gtk

2008-09-27 Thread mnemo
Public bug reported: It would be very useful if typing bzr vis without having bzr-gtk installed resulted in a nice error message saying please install bzr- gtk to activate this functionality. Think about how bash prints please install package `mercurial` to run command `hg` etc etc. I spent a

[Bug 273708] [NEW] xorg hangs on startup (intel G45, compiz turned off)

2008-09-23 Thread mnemo
Public bug reported: Trying to boot Ubuntu on a machine with Gigabyte GA-EG45M-DS2H motherboard (Intel G45-chipset) which means it has the Intel GMA X4500HD graphics card. A few second after boot (usually before gnome-panel has finished loading) X.org goes bonkers and start to flash (looks like

[Bug 273708] Re: xorg hangs on startup (intel G45, compiz turned off)

2008-09-23 Thread mnemo
** Attachment added: Xorg.0.log http://launchpadlibrarian.net/17890192/Xorg.0.log -- xorg hangs on startup (intel G45, compiz turned off) https://bugs.launchpad.net/bugs/273708 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 273708] Re: xorg hangs on startup (intel G45, compiz turned off)

2008-09-23 Thread mnemo
** Attachment added: Xorg.0.log.old http://launchpadlibrarian.net/17890194/Xorg.0.log.old -- xorg hangs on startup (intel G45, compiz turned off) https://bugs.launchpad.net/bugs/273708 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 273708] Re: xorg hangs on startup (intel G45, compiz turned off)

2008-09-23 Thread mnemo
Oh, and I'm using the 64-bit version of Ubuntu. -- xorg hangs on startup (intel G45, compiz turned off) https://bugs.launchpad.net/bugs/273708 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 273708] Re: xorg hangs on startup (intel G45, compiz turned off)

2008-09-23 Thread mnemo
If someone else runs into this bug, note that adding: Option AccelMethod XAA inside the Device section of the /etc/X11/xorg.conf file and then rebooting makes the system run just fine without any crashes (using XAA instead of EXA probably gives not so good gfx perf and I don't think you can run

  1   2   3   4   5   >