[Bug 1925992] Re: log 15 gives an error
Upstream has solved this by migrating away from their builtin MP library to GNU MPFR: https://github.com/mate-desktop/mate-calc/issues/187 ** Bug watch added: github.com/mate-desktop/mate-calc/issues #187 https://github.com/mate-desktop/mate-calc/issues/187 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925992 Title: log 15 gives an error To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mate-calc/+bug/1925992/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925992] Re: log 15 gives an error
I am hitting the same bug on 20.04 with ln(0.2). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925992 Title: log 15 gives an error To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mate-calc/+bug/1925992/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1951934] Re: OpenJDK 11.0.12 (and 11.0.13) not released in bionic
** Changed in: openjdk-lts (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1951934 Title: OpenJDK 11.0.12 (and 11.0.13) not released in bionic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openjdk-lts/+bug/1951934/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1951934] Re: OpenJDK 11.0.12 (and 11.0.13) not released in bionic
I've added links to CVEs listed on Debian's OpenJDK webpage: https://security-tracker.debian.org/tracker/source-package/openjdk-11 ** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-35603 ** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-35586 ** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-35578 ** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-35567 ** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-35565 ** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-35564 ** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-35561 ** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-35559 ** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-35556 ** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-35550 ** Information type changed from Public to Public Security -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1951934 Title: OpenJDK 11.0.12 (and 11.0.13) not released in bionic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openjdk-lts/+bug/1951934/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1951934] [NEW] OpenJDK 11.0.12 (and 11.0.13) not released in bionic
Public bug reported: Hello, we're currently hitting a bug in OpenJDK 11.0.11 (https://bugs.openjdk.java.net/browse/JDK-8258753) that has been fixed in 11.0.12. Ubuntu is still shipping OpenJDK 11.0.11, yet other distributors are already shipping 11.0.13. Do you have any outlooks for when the new versions will be released? Thank you and with regards Jakub Vanek ** Affects: openjdk-lts (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1951934 Title: OpenJDK 11.0.12 (and 11.0.13) not released in bionic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openjdk-lts/+bug/1951934/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()
Thank you, I've tested the fix and it mostly works. However, a minor fixup is needed for flawless switching of this particular modem, see https://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?f=2&t=2915#p19606 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676763 Title: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1866926] Re: Device validation failing when connected to an usb hub
Hmmm, the Ubuntu version does depend on Tcl. I think a better solution would be to go with Jim (as Debian does: https://packages.debian.org/buster/usb-modeswitch) for both Focal and Groovy. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1866926 Title: Device validation failing when connected to an usb hub To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1866926/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1866926] Re: Device validation failing when connected to an usb hub
I'm starting to feel that trying to fix the C rewrite is futile. On line 392 of usb_modeswitch_dispatcher.c, the iface variable is overwritten. Unfortunately the value being assigned is not an interface number, it is rather a USB class number. Fixing this might help with some part of this, but it also might break something else. I was also trying to map between the C rewrite and the 2.2.5 version of the tcl script (as stated in the header of the C version), but it seems that there are functional differences (for example the if_chk mode seems to trigger on different ocassions). I'd vote for going with the Tcl version for Focal as well (I'm ignoring any existing SRU rules through). The dependency isn't a full Tcl interpreter, only a small library-based variant of it called Jim (http://jim.tcl.tk/index.html/doc/www/www/index.html). According to the package description, the library size is only 100-200 kB, which seems negligible compared to the current ISO sizes. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1866926 Title: Device validation failing when connected to an usb hub To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1866926/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1866926] Re: Device validation failing when connected to an usb hub
Hi all, I'm the one who accidentally introduced the bug when fixing https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763. I'm sorry for causing the problem, I will try to find a fix that will work in both scenarios. Best regards, Jakub -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1866926 Title: Device validation failing when connected to an usb hub To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1866926/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1875025] Re: Cannot enter password to unlock session
That's interesting, thank you for your reply. I think that adding the light-locker package to the Conflicts: field of xfce4-session package in Ubuntu 20.04 would fix this. On the other hand, it seems a bit too strict - one may want to use light-locker instead of xscreensaver and this would make that impossible AFAIK. Alternatively the upgrade script could be improved so that the light-locker package gets removed during the upgrade. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1875025 Title: Cannot enter password to unlock session To manage notifications about this bug go to: https://bugs.launchpad.net/xfce4-screensaver/+bug/1875025/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1875025] Re: Cannot enter password to unlock session
apport information ** Tags added: apport-collected focal ** Description changed: When a timer triggers xfce4-screensaver and it locks the screen, it is impossible to unlock it. I can log into LightDM but then I get stuck on the locker's login screen. I would like to enter my password, but I cannot - the password field is not editable, only its hint text can be selected. The system is a recent upgrade from Xubuntu 18.04.4 to Xubuntu 20.04. + --- + ProblemType: Bug + ApportVersion: 2.20.11-0ubuntu27 + Architecture: amd64 + CasperMD5CheckResult: skip + CurrentDesktop: XFCE + DistroRelease: Ubuntu 20.04 + NonfreeKernelModules: talpa_vfshook talpa_pedconnector talpa_pedevice talpa_vcdevice talpa_core talpa_linux talpa_syscallhook + Package: xfce4-screensaver 0.1.10-0ubuntu1 + PackageArchitecture: amd64 + ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30 + Tags: focal + Uname: Linux 5.4.0-26-generic x86_64 + UpgradeStatus: Upgraded to focal on 2020-04-24 (0 days ago) + UserGroups: adm cdrom dip docker lpadmin pkcs11 plugdev sambashare sudo tss + _MarkForUpload: True ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/1875025/+attachment/5360345/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1875025 Title: Cannot enter password to unlock session To manage notifications about this bug go to: https://bugs.launchpad.net/xfce4-screensaver/+bug/1875025/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1875025] ProcEnviron.txt
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1875025/+attachment/5360347/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1875025 Title: Cannot enter password to unlock session To manage notifications about this bug go to: https://bugs.launchpad.net/xfce4-screensaver/+bug/1875025/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1875025] ProcCpuinfoMinimal.txt
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1875025/+attachment/5360346/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1875025 Title: Cannot enter password to unlock session To manage notifications about this bug go to: https://bugs.launchpad.net/xfce4-screensaver/+bug/1875025/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1875025] Re: Cannot enter password to unlock session
Indeed, reinstalling xfce4-screensaver and removing light-locker solves the issue as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1875025 Title: Cannot enter password to unlock session To manage notifications about this bug go to: https://bugs.launchpad.net/xfce4-screensaver/+bug/1875025/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1875025] Re: Cannot enter password to unlock session
The bug may be related to https://bugzilla.xfce.org/show_bug.cgi?id=16140. However, it seems that they have resolved it by removing xscreensaver and I don't have xscreensaver installed. On the other hand, I have light-locker installed - this may be causing a similar conflict. ** Bug watch added: Xfce Bugzilla #16140 https://bugzilla.xfce.org/show_bug.cgi?id=16140 ** Also affects: xfce4-screensaver via https://bugzilla.xfce.org/show_bug.cgi?id=16140 Importance: Unknown Status: Unknown ** No longer affects: xfce4-screensaver ** Also affects: xfce4-screensaver via https://bugzilla.xfce.org/show_bug.cgi?id=16140 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1875025 Title: Cannot enter password to unlock session To manage notifications about this bug go to: https://bugs.launchpad.net/xfce4-screensaver/+bug/1875025/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1875025] [NEW] Cannot enter password to unlock session
Public bug reported: When a timer triggers xfce4-screensaver and it locks the screen, it is impossible to unlock it. I can log into LightDM but then I get stuck on the locker's login screen. I would like to enter my password, but I cannot - the password field is not editable, only its hint text can be selected. The system is a recent upgrade from Xubuntu 18.04.4 to Xubuntu 20.04. ** Affects: xfce4-screensaver Importance: Unknown Status: Unknown ** Affects: xfce4-screensaver (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1875025 Title: Cannot enter password to unlock session To manage notifications about this bug go to: https://bugs.launchpad.net/xfce4-screensaver/+bug/1875025/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1872200] Re: apt does not accept globs and regexes in some cases
Luckily, regular expression continue to work - they just have to start with ^ or end with $. Therefore, the command above could be rewritten as: sudo apt install ^gnome-user-docs.* While using the ^ character stops bash-completion from working, it is still much better than no pattern matching at all. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1872200 Title: apt does not accept globs and regexes in some cases To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1872200/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()
The two patches inside the debdiff fix these bugs: * First issue is that usb_modeswitch_dispatcher.c crashes when a device presented to it has no USB interface 0. This is caused by improper checking for a NULL pointer returned by a interface-lookup function. It is fixed by adding a null-check and gracefully exiting the program if there is no interface 0. This should be consistent with how the upstream Tcl script handled this. * Second issue is that usb_modeswitch_dispatcher.c writes an unexpected literal "(null)" string to usb_modeswitch command line. This suprisingly does not cause any malfunction, because the argument is ignored by usb_modeswitch. The problem is caused by assignment of NULL to a variable where strdup("") should have been used instead. The problem is fixed by using strdup, which is consistent with how this was handled in other cases as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676763 Title: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()
This is a debdiff for Bionic applicable to usb- modeswitch_2.5.2+repack0-2ubuntu1. I built this in pbuilder and it builds successfully, and I installed it, the patch works as intended. ** Patch added: "debdiff against usb-modeswitch_2.5.2+repack0-2ubuntu1" https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+attachment/5316326/+files/4-2.5.2+repack0-2ubuntu2.debdiff ** Patch removed: "debian patch against usb-modeswitch_2.2.5+repack0-1ubuntu1" https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+attachment/5316290/+files/xenial.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676763 Title: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()
** Patch removed: "debian patch against usb-modeswitch_2.5.2+repack0-2ubuntu1" https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+attachment/5316289/+files/bionic.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676763 Title: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()
** Information type changed from Public Security to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676763 Title: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()
The patch for bionic should be applicable to focal as well (current development branch; currently reading https://wiki.ubuntu.com/StableReleaseUpdates ). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676763 Title: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()
I am sorry for uploading the patches multiple times, I wanted them to be clean (i.e. patches ending with .patch, having consistent directory versions, etc) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676763 Title: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()
** Patch added: "debian patch against usb-modeswitch_2.2.5+repack0-1ubuntu1" https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+attachment/5316290/+files/xenial.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676763 Title: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()
** Patch removed: "debian patch against usb-modeswitch_2.5.2+repack0-2ubuntu1" https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+attachment/5316287/+files/bionic.patch ** Patch added: "debian patch against usb-modeswitch_2.5.2+repack0-2ubuntu1" https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+attachment/5316289/+files/bionic.patch ** Patch removed: "debian patch against usb-modeswitch_2.2.5+repack0-1ubuntu1" https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+attachment/5316288/+files/xenial.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676763 Title: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()
** Patch removed: "debian patch against usb-modeswitch_2.5.2+repack0-2ubuntu1" https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+attachment/5316282/+files/bionic.patch ** Patch added: "debian patch against usb-modeswitch_2.5.2+repack0-2ubuntu1" https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+attachment/5316287/+files/bionic.patch ** Patch removed: "debian patch against usb-modeswitch_2.2.5+repack0-1ubuntu1" https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+attachment/5316286/+files/xenial.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676763 Title: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()
** Patch added: "debian patch against usb-modeswitch_2.2.5+repack0-1ubuntu1" https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+attachment/5316288/+files/xenial.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676763 Title: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()
I'm sending patch for Xenial. ** Patch added: "debian patch against usb-modeswitch_2.2.5+repack0-1ubuntu1" https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+attachment/5316286/+files/xenial.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676763 Title: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()
Thanks! I have attached a patch for the Bionic release. ** Patch added: "debian patch against usb-modeswitch_2.5.2+repack0-2ubuntu1" https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+attachment/5316282/+files/bionic.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676763 Title: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()
I have realized that these are two different issues. 1) Ubuntu's version of usb_modeswitch_dispatcher crashes when there is no interface 0. 2) All versions exit prematurely (non-Ubuntu versions exit gracefully) and do not switch the device. Therefore I'd include a fix only for (1) - to make the dispatcher exit gracefully. This could also pass as a SRU. I believe that this should go through SRU because a crash message pops out even when the system is booted from a Bionic live medium, which is a little annoying. However I have no association to Canonical, so this is not something that I can affect. Resolving (2) requires more extensive changes that need to be discussed/merged in upstream first (it is sort of a new feature), so this could be integrated in further releases of Debian/Ubuntu. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676763 Title: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()
Upstream bugreport: http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?f=2&t=2915 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676763 Title: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()
I have tried installing the package from Buster. That has resolved the crash - the program ended gracefully. However the underlying problem is still there - devices without interface 0 will not work. I think this is present in upstream as well. USB_ModeSwitch log from Wed Dec 25 16:35:30 CET 2019 Use global config file: /etc/usb_modeswitch.conf Raw parameters: {--switch-mode} {1-11} Use top device dir /sys/bus/usb/devices/1-11 Check class of first interface ... No access to interface 0. Exit -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676763 Title: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()
EDIT: the null-pointer bug only exists in Ubuntu, the interface error bug may exist in upstream as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676763 Title: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()
Hmmm, it seems that this bug exists *only* in Ubuntu and not in Debian. Ubuntu source package contains a patch that rewrites the usb_modeswitch_dispatcher program from Tcl to C. While there must have been good reasons to do this, there is at least one more bug in the rewritten version. On line 422 in file usb_modeswitch_dispatcher.c there is an assignment of NULL to a char pointer. This pointer is later passed to printf when forming the usb_modeswitch command. Therefore there should be strdup("") instead of null pointer, as now usb_modeswitch is launched literally with "(null)" argument produced by printf. Would it be possible to remove the rewrite and switch back to Tcl (at least for new releases of Ubuntu)? It seems that the upstream package has switched to some lightweight Tcl interpreter (Jim). This could remove some of the reasons why it had to be rewritten (extra dependencies, boot time?). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676763 Title: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()
I think that upgrading the modem firmware (I have Sierra Wireless EM7305) might help, but that does not fix the underlying bug / broken assumptions. ** Tags added: bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676763 Title: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()
Ah, it starts to make sense. usb_modeswitch_dispatcher is called correctly, but it cannot find interface 0 on the device to be switched. However, dmesg contains warning about the same thing: [2.369824] usb 1-11: new high-speed USB device number 5 using xhci_hcd [2.520482] usb 1-11: config 1 has an invalid interface number: 8 but max is 3 [2.520484] usb 1-11: config 1 has no interface number 1 [2.520915] usb 1-11: config 2 has an invalid interface number: 12 but max is 1 [2.520916] usb 1-11: config 2 has an invalid interface number: 13 but max is 1 [2.520917] usb 1-11: config 2 has an invalid interface number: 13 but max is 1 [2.520918] usb 1-11: config 2 has no interface number 0 [2.520919] usb 1-11: config 2 has no interface number 1 [2.521502] usb 1-11: New USB device found, idVendor=1199, idProduct=9041, bcdDevice= 0.06 [2.521503] usb 1-11: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [2.521504] usb 1-11: Product: EM7305 [2.521505] usb 1-11: Manufacturer: Sierra Wireless, Incorporated -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676763 Title: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1726229] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in main()
*** This bug is a duplicate of bug 1676763 *** https://bugs.launchpad.net/bugs/1676763 I suspect that this bug is a duplicate of #1676763. ** This bug has been marked a duplicate of bug 1676763 usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1726229 Title: usb_modeswitch_dispatcher crashed with SIGSEGV in main() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1726229/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()
Very similar crash happens to me on Bionic as well. So far it seems to me that usb_modeswitch_dispatcher is called incorrectly and therefore it crashes when it eventually encounters a NULL pointer. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676763 Title: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1683881] Re: mousepad crashed with SIGABRT
I have tried Mousepad in Xubuntu 18.04 with latest Jetbrains Toolbox and the bug is not reproducible anymore. ** Changed in: mousepad (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1683881 Title: mousepad crashed with SIGABRT To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mousepad/+bug/1683881/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1780979] Re: Retpoline files are empty on Bionic amd64
` ... and then change the status of the bug to 'Confirmed'... ` OK, but it seems strange. The help tooltip shown when changing the status says the bug is supposed to be 'Verified by someone other than the reporter.'. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1780979 Title: Retpoline files are empty on Bionic amd64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780979/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1780979] ProcCpuinfoMinimal.txt
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1780979/+attachment/5161939/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1780979 Title: Retpoline files are empty on Bionic amd64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780979/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1780979] PulseList.txt
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1780979/+attachment/5161943/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1780979 Title: Retpoline files are empty on Bionic amd64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780979/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1780979] WifiSyslog.txt
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1780979/+attachment/5161946/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1780979 Title: Retpoline files are empty on Bionic amd64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780979/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1780979] UdevDb.txt
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1780979/+attachment/5161945/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1780979 Title: Retpoline files are empty on Bionic amd64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780979/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1780979] RfKill.txt
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1780979/+attachment/5161944/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1780979 Title: Retpoline files are empty on Bionic amd64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780979/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1780979] Lsusb.txt
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1780979/+attachment/5161937/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1780979 Title: Retpoline files are empty on Bionic amd64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780979/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1780979] IwConfig.txt
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1780979/+attachment/5161935/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1780979 Title: Retpoline files are empty on Bionic amd64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780979/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1780979] ProcCpuinfo.txt
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1780979/+attachment/5161938/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1780979 Title: Retpoline files are empty on Bionic amd64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780979/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1780979] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1780979/+attachment/5161942/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1780979 Title: Retpoline files are empty on Bionic amd64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780979/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1780979] ProcEnviron.txt
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1780979/+attachment/5161940/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1780979 Title: Retpoline files are empty on Bionic amd64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780979/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1780979] CRDA.txt
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1780979/+attachment/5161933/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1780979 Title: Retpoline files are empty on Bionic amd64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780979/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1780979] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1780979/+attachment/5161941/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1780979 Title: Retpoline files are empty on Bionic amd64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780979/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1780979] Lspci.txt
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1780979/+attachment/5161936/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1780979 Title: Retpoline files are empty on Bionic amd64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780979/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1780979] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1780979/+attachment/5161934/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1780979 Title: Retpoline files are empty on Bionic amd64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780979/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1780979] Re: Retpoline files are empty on Bionic amd64
apport information ** Tags added: apport-collected ** Description changed: Hi, I've noticed that the '/boot/retpoline-4.15.0-*-generic' files are empty on my new Ubuntu Bionic amd64 install. Is that OK? There has been a similar bugreport, but that was on i386: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1751021 It is possible that they are supposed to be empty, but I'm not sure at all. I've seen that on Xenial these files weren't empty. Best regards, Jakub Vaněk + --- + ProblemType: Bug + ApportVersion: 2.20.9-0ubuntu7.2 + Architecture: amd64 + AudioDevicesInUse: + USERPID ACCESS COMMAND + /dev/snd/pcmC0D0p: kuba 1274 F...m pulseaudio + /dev/snd/controlC0: kuba 1274 F pulseaudio + CurrentDesktop: XFCE + DistroRelease: Ubuntu 18.04 + HibernationDevice: RESUME=/dev/home/homeswap + InstallationDate: Installed on 2018-07-10 (0 days ago) + InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426) + MachineType: LENOVO 2024AP2 + Package: linux (not installed) + ProcFB: 0 inteldrmfb + ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-23-generic root=/dev/mapper/home-homeroot ro rootflags=subvol=@ priority=low quiet splash acpi_osi=Linux vt.handoff=1 + ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18 + RelatedPackageVersions: + linux-restricted-modules-4.15.0-23-generic N/A + linux-backports-modules-4.15.0-23-generic N/A + linux-firmware 1.173.1 + Tags: bionic + Uname: Linux 4.15.0-23-generic x86_64 + UpgradeStatus: No upgrade log present (probably fresh install) + UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo + _MarkForUpload: True + dmi.bios.date: 10/25/2012 + dmi.bios.vendor: LENOVO + dmi.bios.version: 6DET72WW (3.22 ) + dmi.board.name: 2024AP2 + dmi.board.vendor: LENOVO + dmi.board.version: Not Available + dmi.chassis.asset.tag: No Asset Information + dmi.chassis.type: 10 + dmi.chassis.vendor: LENOVO + dmi.chassis.version: Not Available + dmi.modalias: dmi:bvnLENOVO:bvr6DET72WW(3.22):bd10/25/2012:svnLENOVO:pn2024AP2:pvrThinkPadX200:rvnLENOVO:rn2024AP2:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: + dmi.product.family: ThinkPad X200 + dmi.product.name: 2024AP2 + dmi.product.version: ThinkPad X200 + dmi.sys.vendor: LENOVO ** Attachment added: "AlsaInfo.txt" https://bugs.launchpad.net/bugs/1780979/+attachment/5161932/+files/AlsaInfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1780979 Title: Retpoline files are empty on Bionic amd64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780979/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1780979] [NEW] Retpoline files are empty on Bionic amd64
Public bug reported: Hi, I've noticed that the '/boot/retpoline-4.15.0-*-generic' files are empty on my new Ubuntu Bionic amd64 install. Is that OK? There has been a similar bugreport, but that was on i386: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1751021 It is possible that they are supposed to be empty, but I'm not sure at all. I've seen that on Xenial these files weren't empty. Best regards, Jakub Vaněk ** Affects: linux (Ubuntu) Importance: Undecided Status: Incomplete ** Tags: bionic ** Attachment added: "Linux kernel version" https://bugs.launchpad.net/bugs/1780979/+attachment/5161914/+files/version.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1780979 Title: Retpoline files are empty on Bionic amd64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780979/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1542022] Re: gvfsd-dav crashed with SIGSEGV in strlen()
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1542022 Title: gvfsd-dav crashed with SIGSEGV in strlen() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1542022/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1683881] Re: mousepad crashed with SIGABRT
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1683881 Title: mousepad crashed with SIGABRT To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mousepad/+bug/1683881/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1691533] Re: wxHexEditor crashed with SIGSEGV
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1691533 Title: wxHexEditor crashed with SIGSEGV To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/wxhexeditor/+bug/1691533/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1582878] Re: panel-6-indicat uses 25% CPU
It's the same here on Xubuntu 16.04 (without compositor). I managed to lower the CPU usage by killing indicator-application-service in a loop: for((;;)) do killall indicator-application-service; done After a few seconds press Ctrl+C. This is duplicate of https://bugs.launchpad.net/ubuntu/+source/xfce4-indicator-plugin/+bug/1583164 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1582878 Title: panel-6-indicat uses 25% CPU To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfce4/+bug/1582878/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1583164] Re: Panel Indicator uses 25% cpu
It's the same here on Xubuntu 16.04. I managed to lower the CPU usage by killing indicator-application-service in a loop: for((;;)) do killall indicator-application-service; done After a few seconds press Ctrl+C. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1583164 Title: Panel Indicator uses 25% cpu To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfce4-indicator-plugin/+bug/1583164/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1537837] Re: Crash when running Spotify
** Description changed: + --> corrected bug report: https://bugs.launchpad.net/ubuntu/+source/xorg-server-lts-vivid/+bug/1537839 + --- INCOMPLETE --- While I was using my Spotify client 0.9.17.1, my session crashed. This does not happen always. Description: Ubuntu 14.04.3 LTS Release: 14.04 xserver-xorg-lts-vivid: - Installed: 1:7.7+7ubuntu3~trusty1 - Candidate: 1:7.7+7ubuntu3~trusty1 - Version table: - *** 1:7.7+7ubuntu3~trusty1 0 - 500 http://ucho.ignum.cz/ubuntu/ trusty-updates/main amd64 Packages - 100 /var/lib/dpkg/status + Installed: 1:7.7+7ubuntu3~trusty1 + Candidate: 1:7.7+7ubuntu3~trusty1 + Version table: + *** 1:7.7+7ubuntu3~trusty1 0 + 500 http://ucho.ignum.cz/ubuntu/ trusty-updates/main amd64 Packages + 100 /var/lib/dpkg/status spotify-client: - Installed: 1:0.9.17.1.g9b85d43.7-1 - Candidate: 1:0.9.17.1.g9b85d43.7-1 - Version table: - *** 1:0.9.17.1.g9b85d43.7-1 0 - 500 http://repository.spotify.com/ stable/non-free amd64 Packages - 100 /var/lib/dpkg/status + Installed: 1:0.9.17.1.g9b85d43.7-1 + Candidate: 1:0.9.17.1.g9b85d43.7-1 + Version table: + *** 1:0.9.17.1.g9b85d43.7-1 0 + 500 http://repository.spotify.com/ stable/non-free amd64 Packages + 100 /var/lib/dpkg/status ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: xserver-xorg-lts-vivid 1:7.7+7ubuntu3~trusty1 ProcVersionSignature: Ubuntu 3.19.0-47.53~14.04.1-generic 3.19.8-ckt10 Uname: Linux 3.19.0-47-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.19 Architecture: amd64 CurrentDesktop: XFCE Date: Mon Jan 25 18:09:36 2016 InstallationDate: Installed on 2015-09-27 (120 days ago) InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) SourcePackage: xorg-lts-vivid UpgradeStatus: No upgrade log present (probably fresh install) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1537837 Title: Crash when running Spotify To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-lts-vivid/+bug/1537837/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1537837] Re: Crash when running Spotify
** Changed in: xorg-lts-vivid (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1537837 Title: Crash when running Spotify To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-lts-vivid/+bug/1537837/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1537837] [NEW] Crash when running Spotify
Public bug reported: While I was using my Spotify client 0.9.17.1, my session crashed. This does not happen always. Description:Ubuntu 14.04.3 LTS Release:14.04 xserver-xorg-lts-vivid: Installed: 1:7.7+7ubuntu3~trusty1 Candidate: 1:7.7+7ubuntu3~trusty1 Version table: *** 1:7.7+7ubuntu3~trusty1 0 500 http://ucho.ignum.cz/ubuntu/ trusty-updates/main amd64 Packages 100 /var/lib/dpkg/status spotify-client: Installed: 1:0.9.17.1.g9b85d43.7-1 Candidate: 1:0.9.17.1.g9b85d43.7-1 Version table: *** 1:0.9.17.1.g9b85d43.7-1 0 500 http://repository.spotify.com/ stable/non-free amd64 Packages 100 /var/lib/dpkg/status ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: xserver-xorg-lts-vivid 1:7.7+7ubuntu3~trusty1 ProcVersionSignature: Ubuntu 3.19.0-47.53~14.04.1-generic 3.19.8-ckt10 Uname: Linux 3.19.0-47-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.19 Architecture: amd64 CurrentDesktop: XFCE Date: Mon Jan 25 18:09:36 2016 InstallationDate: Installed on 2015-09-27 (120 days ago) InstallationMedia: Xubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) SourcePackage: xorg-lts-vivid UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: xorg-lts-vivid (Ubuntu) Importance: Undecided Status: Invalid ** Tags: amd64 apport-bug trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1537837 Title: Crash when running Spotify To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-lts-vivid/+bug/1537837/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1421994] Re: Kernel OOPS when SMC pcmcia wifi is removed
Yes, bug is fixed in upstream. Thanks! I am removing the card multiple times now and nothing crashes. ** Tags added: i386 kernel-fixed-upstream wifi ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1421994 Title: Kernel OOPS when SMC pcmcia wifi is removed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1421994/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1421994] Re: Kernel OOPS when SMC pcmcia wifi is removed
Report from hostap_diag -a wlan0 MAC address is removed ** Description changed: When I remove my wifi pcmcia card from notebook, kernel crashes with OOPS. - Wifi card: SMC 2531W-B (prism2 chip, hostap/hostap_cs driver) + Wifi card: SMC 2531W-B (PrismIII chip, hostap/hostap_cs driver) NTB: HP XE3 GC Kernel version: 3.13.0-45 OS: Lubuntu 14.04 Arch: i386 I'll upload rest of information by apport-collect. - --- + --- ApportVersion: 2.14.1-0ubuntu3.6 Architecture: i386 AudioDevicesInUse: - USERPID ACCESS COMMAND - /dev/snd/controlC0: kuba 1981 F lxpanel + USERPID ACCESS COMMAND + /dev/snd/controlC0: kuba 1981 F lxpanel CurrentDesktop: LXDE DistroRelease: Ubuntu 14.04 HibernationDevice: RESUME=UUID=ff74ec73-f7fc-4523-9e96-146771cf193a InstallationDate: Installed on 2015-01-30 (15 days ago) InstallationMedia: Lubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2) Lsusb: - Protocol spec without prior Class and Subclass spec at line 17397 - Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub + Protocol spec without prior Class and Subclass spec at line 17397 + Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub MachineType: Hewlett-Packard HP OmniBook PC Package: linux (not installed) ProcFB: - + ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic root=UUID=e8b988cc-0311-4673-8187-d7ab4f2b5aba ro recovery nomodeset ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13 RelatedPackageVersions: - linux-restricted-modules-3.13.0-45-generic N/A - linux-backports-modules-3.13.0-45-generic N/A - linux-firmware 1.127.11 + linux-restricted-modules-3.13.0-45-generic N/A + linux-backports-modules-3.13.0-45-generic N/A + linux-firmware 1.127.11 RfKill: - + Tags: trusty Uname: Linux 3.13.0-45-generic i686 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dialout dip disk floppy lpadmin plugdev root sambashare sudo tty video _MarkForUpload: True dmi.bios.date: 01/01/1992 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: GC.M1.63 dmi.board.name: N/A dmi.board.vendor: Hewlett-Packard dmi.board.version: OmniBook N32N-733 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: N/A dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrGC.M1.63:bd01/01/1992:svnHewlett-Packard:pnHPOmniBookPC:pvrHPOmniBookXE3GC:rvnHewlett-Packard:rnN/A:rvrOmniBookN32N-733:cvnHewlett-Packard:ct10:cvrN/A: dmi.product.name: HP OmniBook PC dmi.product.version: HP OmniBook XE3 GC dmi.sys.vendor: Hewlett-Packard ** Description changed: When I remove my wifi pcmcia card from notebook, kernel crashes with OOPS. - Wifi card: SMC 2531W-B (PrismIII chip, hostap/hostap_cs driver) + Wifi card: SMC 2531W-B (Prism chip, hostap/hostap_cs driver) NTB: HP XE3 GC Kernel version: 3.13.0-45 OS: Lubuntu 14.04 Arch: i386 I'll upload rest of information by apport-collect. --- ApportVersion: 2.14.1-0ubuntu3.6 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: kuba 1981 F lxpanel CurrentDesktop: LXDE DistroRelease: Ubuntu 14.04 HibernationDevice: RESUME=UUID=ff74ec73-f7fc-4523-9e96-146771cf193a InstallationDate: Installed on 2015-01-30 (15 days ago) InstallationMedia: Lubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2) Lsusb: Protocol spec without prior Class and Subclass spec at line 17397 Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub MachineType: Hewlett-Packard HP OmniBook PC Package: linux (not installed) ProcFB: ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic root=UUID=e8b988cc-0311-4673-8187-d7ab4f2b5aba ro recovery nomodeset ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13 RelatedPackageVersions: linux-restricted-modules-3.13.0-45-generic N/A linux-backports-modules-3.13.0-45-generic N/A linux-firmware 1.127.11 RfKill: Tags: trusty Uname: Linux 3.13.0-45-generic i686 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dialout dip disk floppy lpadmin plugdev root sambashare sudo tty video _MarkForUpload: True dmi.bios.date: 01/01/1992 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: GC.M1.63 dmi.board.name: N/A dmi.board.vendor: Hewlett-Packard dmi.board.version: OmniBook N32N-733 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: N/A dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrGC.M1.63:bd01/01/1992:svnHewlett-Packard:pnHPOmniBookPC:pvrHPOmniBookXE3GC:rvnHewlett-Packard:rnN/A:rvrOmniBookN32N-733:cvnHewlett-Packard:ct10:cvrN/A: dmi.product.name: HP OmniBook PC dmi.product.ver
[Bug 1421994] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1421994/+attachment/4319423/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1421994 Title: Kernel OOPS when SMC pcmcia wifi is removed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1421994/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1421994] UdevLog.txt
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1421994/+attachment/4319433/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1421994 Title: Kernel OOPS when SMC pcmcia wifi is removed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1421994/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1421994] Re: Kernel OOPS when SMC pcmcia wifi is removed
apport information ** Tags added: apport-collected trusty ** Description changed: When I remove my wifi pcmcia card from notebook, kernel crashes with OOPS. Wifi card: SMC 2531W-B (prism2 chip, hostap/hostap_cs driver) NTB: HP XE3 GC Kernel version: 3.13.0-45 OS: Lubuntu 14.04 Arch: i386 I'll upload rest of information by apport-collect. + --- + ApportVersion: 2.14.1-0ubuntu3.6 + Architecture: i386 + AudioDevicesInUse: + USERPID ACCESS COMMAND + /dev/snd/controlC0: kuba 1981 F lxpanel + CurrentDesktop: LXDE + DistroRelease: Ubuntu 14.04 + HibernationDevice: RESUME=UUID=ff74ec73-f7fc-4523-9e96-146771cf193a + InstallationDate: Installed on 2015-01-30 (15 days ago) + InstallationMedia: Lubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2) + Lsusb: + Protocol spec without prior Class and Subclass spec at line 17397 + Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub + MachineType: Hewlett-Packard HP OmniBook PC + Package: linux (not installed) + ProcFB: + + ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic root=UUID=e8b988cc-0311-4673-8187-d7ab4f2b5aba ro recovery nomodeset + ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13 + RelatedPackageVersions: + linux-restricted-modules-3.13.0-45-generic N/A + linux-backports-modules-3.13.0-45-generic N/A + linux-firmware 1.127.11 + RfKill: + + Tags: trusty + Uname: Linux 3.13.0-45-generic i686 + UpgradeStatus: No upgrade log present (probably fresh install) + UserGroups: adm cdrom dialout dip disk floppy lpadmin plugdev root sambashare sudo tty video + _MarkForUpload: True + dmi.bios.date: 01/01/1992 + dmi.bios.vendor: Phoenix Technologies LTD + dmi.bios.version: GC.M1.63 + dmi.board.name: N/A + dmi.board.vendor: Hewlett-Packard + dmi.board.version: OmniBook N32N-733 + dmi.chassis.asset.tag: No Asset Tag + dmi.chassis.type: 10 + dmi.chassis.vendor: Hewlett-Packard + dmi.chassis.version: N/A + dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrGC.M1.63:bd01/01/1992:svnHewlett-Packard:pnHPOmniBookPC:pvrHPOmniBookXE3GC:rvnHewlett-Packard:rnN/A:rvrOmniBookN32N-733:cvnHewlett-Packard:ct10:cvrN/A: + dmi.product.name: HP OmniBook PC + dmi.product.version: HP OmniBook XE3 GC + dmi.sys.vendor: Hewlett-Packard ** Attachment added: "AlsaInfo.txt" https://bugs.launchpad.net/bugs/1421994/+attachment/4319420/+files/AlsaInfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1421994 Title: Kernel OOPS when SMC pcmcia wifi is removed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1421994/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1421994] BootDmesg.txt
apport information ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/1421994/+attachment/4319421/+files/BootDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1421994 Title: Kernel OOPS when SMC pcmcia wifi is removed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1421994/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1421994] Lspci.txt
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1421994/+attachment/4319425/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1421994 Title: Kernel OOPS when SMC pcmcia wifi is removed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1421994/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1421994] ProcCpuinfo.txt
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1421994/+attachment/4319428/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1421994 Title: Kernel OOPS when SMC pcmcia wifi is removed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1421994/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1421994] CRDA.txt
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1421994/+attachment/4319422/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1421994 Title: Kernel OOPS when SMC pcmcia wifi is removed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1421994/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1421994] WifiSyslog.txt
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1421994/+attachment/4319434/+files/WifiSyslog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1421994 Title: Kernel OOPS when SMC pcmcia wifi is removed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1421994/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1421994] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1421994/+attachment/4319430/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1421994 Title: Kernel OOPS when SMC pcmcia wifi is removed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1421994/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1421994] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1421994/+attachment/4319431/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1421994 Title: Kernel OOPS when SMC pcmcia wifi is removed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1421994/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1421994] PccardctlStatus.txt
apport information ** Attachment added: "PccardctlStatus.txt" https://bugs.launchpad.net/bugs/1421994/+attachment/4319427/+files/PccardctlStatus.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1421994 Title: Kernel OOPS when SMC pcmcia wifi is removed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1421994/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1421994] ProcEnviron.txt
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1421994/+attachment/4319429/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1421994 Title: Kernel OOPS when SMC pcmcia wifi is removed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1421994/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1421994] IwConfig.txt
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1421994/+attachment/4319424/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1421994 Title: Kernel OOPS when SMC pcmcia wifi is removed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1421994/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1421994] PccardctlIdent.txt
apport information ** Attachment added: "PccardctlIdent.txt" https://bugs.launchpad.net/bugs/1421994/+attachment/4319426/+files/PccardctlIdent.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1421994 Title: Kernel OOPS when SMC pcmcia wifi is removed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1421994/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1421994] UdevDb.txt
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1421994/+attachment/4319432/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1421994 Title: Kernel OOPS when SMC pcmcia wifi is removed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1421994/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1421994] [NEW] Kernel OOPS when SMC pcmcia wifi is removed
Public bug reported: When I remove my wifi pcmcia card from notebook, kernel crashes with OOPS. Wifi card: SMC 2531W-B (prism2 chip, hostap/hostap_cs driver) NTB: HP XE3 GC Kernel version: 3.13.0-45 OS: Lubuntu 14.04 Arch: i386 I'll upload rest of information by apport-collect. --- ApportVersion: 2.14.1-0ubuntu3.6 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: kuba 1981 F lxpanel CurrentDesktop: LXDE DistroRelease: Ubuntu 14.04 HibernationDevice: RESUME=UUID=ff74ec73-f7fc-4523-9e96-146771cf193a InstallationDate: Installed on 2015-01-30 (15 days ago) InstallationMedia: Lubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2) Lsusb: Protocol spec without prior Class and Subclass spec at line 17397 Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub MachineType: Hewlett-Packard HP OmniBook PC Package: linux (not installed) ProcFB: ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic root=UUID=e8b988cc-0311-4673-8187-d7ab4f2b5aba ro recovery nomodeset ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13 RelatedPackageVersions: linux-restricted-modules-3.13.0-45-generic N/A linux-backports-modules-3.13.0-45-generic N/A linux-firmware 1.127.11 RfKill: Tags: trusty Uname: Linux 3.13.0-45-generic i686 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dialout dip disk floppy lpadmin plugdev root sambashare sudo tty video _MarkForUpload: True dmi.bios.date: 01/01/1992 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: GC.M1.63 dmi.board.name: N/A dmi.board.vendor: Hewlett-Packard dmi.board.version: OmniBook N32N-733 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: N/A dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrGC.M1.63:bd01/01/1992:svnHewlett-Packard:pnHPOmniBookPC:pvrHPOmniBookXE3GC:rvnHewlett-Packard:rnN/A:rvrOmniBookN32N-733:cvnHewlett-Packard:ct10:cvrN/A: dmi.product.name: HP OmniBook PC dmi.product.version: HP OmniBook XE3 GC dmi.sys.vendor: Hewlett-Packard ** Affects: linux (Ubuntu) Importance: Undecided Status: Confirmed ** Tags: apport-collected hostap kernel-bug trusty ** Attachment added: "kernel stack trace from serial" https://bugs.launchpad.net/bugs/1421994/+attachment/4319419/+files/ntb_stacktrace.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1421994 Title: Kernel OOPS when SMC pcmcia wifi is removed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1421994/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1332986] Re: SIGSEGV crash on CControl::CheckTreeCollisions when no trees in level
** Patch removed: "patch.patch" https://bugs.launchpad.net/etracer/+bug/1332986/+attachment/4136887/+files/patch.patch ** Patch added: "corrected patch (previos was for ETR 0.6.0 from SF)" https://bugs.launchpad.net/etracer/+bug/1332986/+attachment/4138222/+files/etr-sigsegv.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1332986 Title: SIGSEGV crash on CControl::CheckTreeCollisions when no trees in level To manage notifications about this bug go to: https://bugs.launchpad.net/etracer/+bug/1332986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1332986] Re: SIGSEGV crash on CControl::CheckTreeCollisions when no trees in level
** Also affects: extremetuxracer (Ubuntu) Importance: Undecided Status: New ** Changed in: etracer Assignee: Jakub Vaněk (vanek-jakub4) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1332986 Title: SIGSEGV crash on CControl::CheckTreeCollisions when no trees in level To manage notifications about this bug go to: https://bugs.launchpad.net/etracer/+bug/1332986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 994960] Re: Could not connect to server
Other change from OdakyUfan is on "http://www.mail-archive.com/debian- bugs-d...@lists.debian.org/msg1032014.html" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/994960 Title: Could not connect to server To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openbve/+bug/994960/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 994960] Re: Could not connect to server
For programmers, there is possible way. I downloaded the source code of the old version (1.4.1.2) from "http://openbve.org";. I found in the file formMain.GetAddOns.cs variables "urls []" and "names []", that's contain's the old page. The new set of accessories ("urls []") is "http://railsimroutes.net/packages.dat"; and the page ("names []") is "railsimroutes.net". It works. For non-programmers I put a modified game to "http://jakubvanekpc.wz.cz/openbve/OpenBVE-NoInstaller.zip"; -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/994960 Title: Could not connect to server To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openbve/+bug/994960/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs