[Bug 285908] Re: extended ascii characters not displayed on cold boots
Hey, Same problem here. I have a Dell Inspiron 1501, but unlike zasq, my Bios has been 2.6.3 since Feisty, so that rules out the Bios I guess. This started to happen when I upgraded to Intrepid. I use the 64 bit version, btw. Regards Gonzalo -- extended ascii characters not displayed on cold boots https://bugs.launchpad.net/bugs/285908 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 107668] Re: Setting an invalid mount point can make a removeable media unaccessible
Hi. I have kindda fixed it. Interpid 64 bit here, changed a bit the glade xml file to add an icon with a tooltip explaining the mount point is based on /media/ and changed the code to display an error message if the user enters a '/' in the Mount Point edit box. Not sure how to proceed from here, though :-) -- Setting an invalid mount point can make a removeable media unaccessible https://bugs.launchpad.net/bugs/107668 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 144903] Re: hardinfo crashed with SIGSEGV in free()
Hi. Not sure if this solves this issue for you all, in my case it did the trick though. I modified the file shell.c, near line 1014, from this: /* recreate the iter hash table */ if (!reload) { if (update_tbl) { g_hash_table_foreach_remove( update_tbl, (GHRFunc)gtk_true, NULL); } else { update_tbl = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free); } } To this: /* recreate the iter hash table */ if (!reload) { if (update_tbl) { g_hash_table_foreach_remove( update_tbl, (GHRFunc)gtk_true, NULL); } else { /* GNR - October 24th, 2007. Replacing g_hash_table_new_full with g_hash_table_new solves the SIGSEGV error! */ //update_tbl = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free); update_tbl = g_hash_table_new(g_str_hash, g_str_equal); } } That is, I replaced the call to g_hash_table_new_full with a call to g_hash_table_new I'm no GTK programmer, so I don't know what could be causing the error, as the only difference I see is the calls to g_free for disposing the key/value pairs. Anyway, hope this helps somebody. -- hardinfo crashed with SIGSEGV in free() https://bugs.launchpad.net/bugs/144903 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 562335] Re: nautilus-scripts-manager crashed with IOError in retrieve_default_path()
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/44041460/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/44041461/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/44041463/ProcStatus.txt ** Attachment added: "Traceback.txt" http://launchpadlibrarian.net/44041464/Traceback.txt ** Visibility changed to: Public -- nautilus-scripts-manager crashed with IOError in retrieve_default_path() https://bugs.launchpad.net/bugs/562335 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 554057] Re: fglrxinfo crashed with SIGSEGV in XF86DRIQueryVersion()
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/42893956/BootDmesg.txt ** Attachment added: "CoreDump.gz" http://launchpadlibrarian.net/42893957/CoreDump.gz ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/42893958/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/42893959/Dependencies.txt ** Attachment added: "Disassembly.txt" http://launchpadlibrarian.net/42893960/Disassembly.txt ** Attachment added: "DkmsStatus.txt" http://launchpadlibrarian.net/42893961/DkmsStatus.txt ** Attachment added: "GdmLog.txt" http://launchpadlibrarian.net/42893962/GdmLog.txt ** Attachment added: "GdmLog1.txt" http://launchpadlibrarian.net/42893963/GdmLog1.txt ** Attachment added: "GdmLog2.txt" http://launchpadlibrarian.net/42893964/GdmLog2.txt ** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/42893965/Lspci.txt ** Attachment added: "Lsusb.txt" http://launchpadlibrarian.net/42893966/Lsusb.txt ** Attachment added: "PciDisplay.txt" http://launchpadlibrarian.net/42893967/PciDisplay.txt ** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/42893968/ProcCpuinfo.txt ** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/42893969/ProcInterrupts.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/42893970/ProcMaps.txt ** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/42893971/ProcModules.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/42893972/ProcStatus.txt ** Attachment added: "Registers.txt" http://launchpadlibrarian.net/42893973/Registers.txt ** Attachment added: "RelatedPackageVersions.txt" http://launchpadlibrarian.net/42893974/RelatedPackageVersions.txt ** Attachment added: "Stacktrace.txt" http://launchpadlibrarian.net/42893975/Stacktrace.txt ** Attachment added: "ThreadStacktrace.txt" http://launchpadlibrarian.net/42893976/ThreadStacktrace.txt ** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/42893977/UdevDb.txt ** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/42893978/UdevLog.txt ** Attachment added: "XorgLog.txt" http://launchpadlibrarian.net/42893979/XorgLog.txt ** Attachment added: "XorgLogOld.txt" http://launchpadlibrarian.net/42893980/XorgLogOld.txt ** Attachment added: "Xrandr.txt" http://launchpadlibrarian.net/42893981/Xrandr.txt ** Attachment added: "setxkbmap.txt" http://launchpadlibrarian.net/42893982/setxkbmap.txt ** Attachment added: "xdpyinfo.txt" http://launchpadlibrarian.net/42893983/xdpyinfo.txt ** Attachment added: "xkbcomp.txt" http://launchpadlibrarian.net/42893984/xkbcomp.txt ** Visibility changed to: Public -- fglrxinfo crashed with SIGSEGV in XF86DRIQueryVersion() https://bugs.launchpad.net/bugs/554057 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 544679] Re: skysentials crashed with SIGSEGV in pthread_mutex_lock()
*** This bug is a duplicate of bug 549255 *** https://bugs.launchpad.net/bugs/549255 The bug #549255 seems to be private or non-existent. This is what I get when I try to go to the bug's page: Not allowed here Sorry, you don't have permission to access this page. -- skysentials crashed with SIGSEGV in pthread_mutex_lock() https://bugs.launchpad.net/bugs/544679 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 544679] Re: skysentials crashed with SIGSEGV in pthread_mutex_lock()
*** This bug is a duplicate of bug 549255 *** https://bugs.launchpad.net/bugs/549255 Sweet, thank you! -- skysentials crashed with SIGSEGV in pthread_mutex_lock() https://bugs.launchpad.net/bugs/544679 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 554057] Re: fglrxinfo crashed with SIGSEGV in XF86DRIQueryVersion()
I can confirm that encoded's fix worked for me :-) Compiz loads fine, fglrxinfo works fine, but... Now my mouse left button button works always in "drag window" mode, unless I click the ALT key (seems like compiz is getting the status of the ALT key toggled, thus taking ALT+click as a normal click, and the normal click as an ALT-click)... Any suggestions as to which package to fill this bug against? Compiz? -- fglrxinfo crashed with SIGSEGV in XF86DRIQueryVersion() https://bugs.launchpad.net/bugs/554057 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 657487] [NEW] package initramfs-tools 0.98.1ubuntu4 [modified: usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
Public bug reported: Binary package hint: initramfs-tools Installing the Broadcom STA Driver, Ubuntu 10.10 RC 64 bits ProblemType: Package DistroRelease: Ubuntu 10.10 Package: initramfs-tools 0.98.1ubuntu4 [modified: usr/sbin/update-initramfs] ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic x86_64 Architecture: amd64 Date: Sat Oct 9 17:24:40 2010 ErrorMessage: subprocess installed post-installation script returned error exit status 1 LiveMediaBuild: Ubuntu 10.10 "Maverick Meerkat" - Release Candidate amd64 (20100928) PackageArchitecture: all SourcePackage: initramfs-tools Title: package initramfs-tools 0.98.1ubuntu4 [modified: usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 ** Affects: initramfs-tools (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package maverick -- package initramfs-tools 0.98.1ubuntu4 [modified: usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 https://bugs.launchpad.net/bugs/657487 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 657487] Re: package initramfs-tools 0.98.1ubuntu4 [modified: usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
** Attachment added: "AptOrdering.txt" https://bugs.launchpad.net/bugs/657487/+attachment/1680841/+files/AptOrdering.txt ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/657487/+attachment/1680842/+files/Dependencies.txt ** Attachment added: "Df.txt" https://bugs.launchpad.net/bugs/657487/+attachment/1680843/+files/Df.txt ** Attachment added: "Dmesg.txt" https://bugs.launchpad.net/bugs/657487/+attachment/1680844/+files/Dmesg.txt ** Attachment added: "DpkgTerminalLog.txt" https://bugs.launchpad.net/bugs/657487/+attachment/1680845/+files/DpkgTerminalLog.txt -- package initramfs-tools 0.98.1ubuntu4 [modified: usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 https://bugs.launchpad.net/bugs/657487 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