[Bug 1925992] Re: log 15 gives an error

2022-03-27 Thread Jakub Vaněk
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

[Bug 1925992] Re: log 15 gives an error

2022-03-27 Thread Jakub Vaněk
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:

[Bug 1951934] Re: OpenJDK 11.0.12 (and 11.0.13) not released in bionic

2021-12-17 Thread Jakub Vaněk
** 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

[Bug 1951934] Re: OpenJDK 11.0.12 (and 11.0.13) not released in bionic

2021-12-04 Thread Jakub Vaněk
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:

[Bug 1951934] [NEW] OpenJDK 11.0.12 (and 11.0.13) not released in bionic

2021-11-23 Thread Jakub Vaněk
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

[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()

2020-07-09 Thread Jakub Vaněk
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=2915#p19606 -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1866926] Re: Device validation failing when connected to an usb hub

2020-07-04 Thread Jakub Vaněk
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

[Bug 1866926] Re: Device validation failing when connected to an usb hub

2020-07-04 Thread Jakub Vaněk
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

[Bug 1866926] Re: Device validation failing when connected to an usb hub

2020-07-04 Thread Jakub Vaněk
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

[Bug 1875025] Re: Cannot enter password to unlock session

2020-06-07 Thread Jakub Vaněk
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

[Bug 1875025] Re: Cannot enter password to unlock session

2020-04-25 Thread Jakub Vaněk
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

[Bug 1875025] ProcEnviron.txt

2020-04-25 Thread Jakub Vaněk
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

[Bug 1875025] ProcCpuinfoMinimal.txt

2020-04-25 Thread Jakub Vaněk
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.

[Bug 1875025] Re: Cannot enter password to unlock session

2020-04-25 Thread Jakub Vaněk
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

[Bug 1875025] Re: Cannot enter password to unlock session

2020-04-25 Thread Jakub Vaněk
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:

[Bug 1875025] [NEW] Cannot enter password to unlock session

2020-04-25 Thread Jakub Vaněk
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

[Bug 1872200] Re: apt does not accept globs and regexes in some cases

2020-04-25 Thread Jakub Vaněk
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

[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()

2019-12-29 Thread Jakub Vaněk
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

[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()

2019-12-29 Thread Jakub Vaněk
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"

[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()

2019-12-29 Thread Jakub Vaněk
** 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

[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()

2019-12-29 Thread Jakub Vaněk
** 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

[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()

2019-12-29 Thread Jakub Vaněk
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.

[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()

2019-12-29 Thread Jakub Vaněk
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.

[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()

2019-12-29 Thread Jakub Vaněk
** 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

[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()

2019-12-29 Thread Jakub Vaněk
** 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"

[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()

2019-12-29 Thread Jakub Vaněk
** 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"

[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()

2019-12-29 Thread Jakub Vaněk
** 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

[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()

2019-12-29 Thread Jakub Vaněk
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

[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()

2019-12-29 Thread Jakub Vaněk
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

[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()

2019-12-29 Thread Jakub Vaněk
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

[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()

2019-12-25 Thread Jakub Vaněk
Upstream bugreport: http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?f=2=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

[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()

2019-12-25 Thread Jakub Vaněk
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

[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()

2019-12-25 Thread Jakub Vaněk
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

[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()

2019-12-25 Thread Jakub Vaněk
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

[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()

2019-12-25 Thread Jakub Vaněk
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.

[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()

2019-12-25 Thread Jakub Vaněk
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

[Bug 1726229] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in main()

2019-12-25 Thread Jakub Vaněk
*** 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

[Bug 1676763] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in strrchr()

2019-12-25 Thread Jakub Vaněk
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

[Bug 1683881] Re: mousepad crashed with SIGABRT

2018-09-22 Thread Jakub Vaněk
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.

[Bug 1780979] Re: Retpoline files are empty on Bionic amd64

2018-07-10 Thread Jakub Vaněk
` ... 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

[Bug 1780979] ProcCpuinfoMinimal.txt

2018-07-10 Thread Jakub Vaněk
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.

[Bug 1780979] PulseList.txt

2018-07-10 Thread Jakub Vaněk
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

[Bug 1780979] WifiSyslog.txt

2018-07-10 Thread Jakub Vaněk
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

[Bug 1780979] UdevDb.txt

2018-07-10 Thread Jakub Vaněk
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:

[Bug 1780979] RfKill.txt

2018-07-10 Thread Jakub Vaněk
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:

[Bug 1780979] Lsusb.txt

2018-07-10 Thread Jakub Vaněk
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:

[Bug 1780979] IwConfig.txt

2018-07-10 Thread Jakub Vaněk
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

[Bug 1780979] ProcCpuinfo.txt

2018-07-10 Thread Jakub Vaněk
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

[Bug 1780979] ProcModules.txt

2018-07-10 Thread Jakub Vaněk
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

[Bug 1780979] Lspci.txt

2018-07-10 Thread Jakub Vaněk
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:

[Bug 1780979] CurrentDmesg.txt

2018-07-10 Thread Jakub Vaněk
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.

[Bug 1780979] ProcEnviron.txt

2018-07-10 Thread Jakub Vaněk
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

[Bug 1780979] CRDA.txt

2018-07-10 Thread Jakub Vaněk
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:

[Bug 1780979] ProcInterrupts.txt

2018-07-10 Thread Jakub Vaněk
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.

[Bug 1780979] Re: Retpoline files are empty on Bionic amd64

2018-07-10 Thread Jakub Vaněk
://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

[Bug 1780979] [NEW] Retpoline files are empty on Bionic amd64

2018-07-10 Thread Jakub Vaněk
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"

[Bug 1542022] Re: gvfsd-dav crashed with SIGSEGV in strlen()

2017-05-17 Thread Jakub Vaněk
** 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

[Bug 1683881] Re: mousepad crashed with SIGABRT

2017-05-17 Thread Jakub Vaněk
** 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:

[Bug 1691533] Re: wxHexEditor crashed with SIGSEGV

2017-05-17 Thread Jakub Vaněk
** 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:

[Bug 1582878] Re: panel-6-indicat uses 25% CPU

2016-07-04 Thread Jakub Vaněk
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

[Bug 1583164] Re: Panel Indicator uses 25% cpu

2016-07-04 Thread Jakub Vaněk
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,

[Bug 1537837] [NEW] Crash when running Spotify

2016-01-25 Thread Jakub Vaněk
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: ***

[Bug 1537837] Re: Crash when running Spotify

2016-01-25 Thread Jakub Vaněk
** 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

[Bug 1537837] Re: Crash when running Spotify

2016-01-25 Thread Jakub Vaněk
** 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:

[Bug 1421994] Re: Kernel OOPS when SMC pcmcia wifi is removed

2015-02-18 Thread Jakub Vaněk
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

[Bug 1421994] UdevDb.txt

2015-02-14 Thread Jakub Vaněk
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:

[Bug 1421994] Re: Kernel OOPS when SMC pcmcia wifi is removed

2015-02-14 Thread Jakub Vaněk
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

[Bug 1421994] [NEW] Kernel OOPS when SMC pcmcia wifi is removed

2015-02-14 Thread Jakub Vaněk
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. ---

[Bug 1421994] Lspci.txt

2015-02-14 Thread Jakub Vaněk
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:

[Bug 1421994] ProcCpuinfo.txt

2015-02-14 Thread Jakub Vaněk
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

[Bug 1421994] CRDA.txt

2015-02-14 Thread Jakub Vaněk
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

[Bug 1421994] Re: Kernel OOPS when SMC pcmcia wifi is removed

2015-02-14 Thread Jakub Vaněk
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:

[Bug 1421994] BootDmesg.txt

2015-02-14 Thread Jakub Vaněk
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

[Bug 1421994] IwConfig.txt

2015-02-14 Thread Jakub Vaněk
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:

[Bug 1421994] PccardctlIdent.txt

2015-02-14 Thread Jakub Vaněk
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.

[Bug 1421994] CurrentDmesg.txt

2015-02-14 Thread Jakub Vaněk
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

[Bug 1421994] UdevLog.txt

2015-02-14 Thread Jakub Vaněk
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:

[Bug 1421994] ProcInterrupts.txt

2015-02-14 Thread Jakub Vaněk
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.

[Bug 1421994] ProcModules.txt

2015-02-14 Thread Jakub Vaněk
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

[Bug 1421994] WifiSyslog.txt

2015-02-14 Thread Jakub Vaněk
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

[Bug 1421994] PccardctlStatus.txt

2015-02-14 Thread Jakub Vaněk
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.

[Bug 1421994] ProcEnviron.txt

2015-02-14 Thread Jakub Vaněk
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

[Bug 1332986] Re: SIGSEGV crash on CControl::CheckTreeCollisions when no trees in level

2014-06-24 Thread Jakub Vaněk
** 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

[Bug 1332986] Re: SIGSEGV crash on CControl::CheckTreeCollisions when no trees in level

2014-06-22 Thread Jakub Vaněk
** 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

[Bug 994960] Re: Could not connect to server

2012-08-08 Thread Jakub Vaněk
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

[Bug 994960] Re: Could not connect to server

2012-08-08 Thread Jakub Vaněk
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