[Bug 186636] Re: amule crashes in hibernation

2024-05-01 Thread Ramses Rodriguez Martinez
i believe this is still an issue, i've experienced crashes on ubuntu
24.04 after hibernation with the following backtrace:

=| BACKTRACE FOLLOWS: |=
Current version is: aMule 2.3.3 compiled with wxGTK2 v3.2.4 and Boost 1.83
Running on: Linux 6.8.0-31-generic x86_64

[2] ?? in /lib/x86_64-linux-gnu/libwx_baseu-3.2.so.0[0x79076398dfb4]
[3] ?? in /lib/x86_64-linux-gnu/libc.so.6[0x790763045320]
[4] ?? in amule[0x622c5a751c82]
[5] ?? in amule[0x622c5a818342]
[6] ?? in amule[0x622c5a76270e]
[7] ?? in amule[0x622c5a750225]
[8] ?? in amule[0x622c5a7b5f5d]
[9] ?? in amule[0x622c5a758365]
[10] ?? in /lib/x86_64-linux-gnu/libwx_baseu-3.2.so.0[0x79076398a0c6]
[11] ?? in /lib/x86_64-linux-gnu/libc.so.6[0x79076309ca94]
[12] ?? in /lib/x86_64-linux-gnu/libc.so.6[0x790763129c3c]


** Attachment added: "_usr_bin_amule.1000.crash"
   
https://bugs.launchpad.net/ubuntu/+source/amule/+bug/186636/+attachment/5773777/+files/_usr_bin_amule.1000.crash

** Changed in: amule (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  amule crashes in hibernation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amule/+bug/186636/+subscriptions


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

[Bug 2064046] [NEW] legend doesn't cover light green and dark red sectors

2024-04-28 Thread Ramses Rodriguez Martinez
Public bug reported:

legend doesn't cover light green and dark red sectors

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: ddrescueview 0.4.5-2
ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1
Uname: Linux 6.8.0-31-generic x86_64
ApportVersion: 2.28.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Sun Apr 28 23:58:25 2024
InstallationDate: Installed on 2023-08-11 (261 days ago)
InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Release amd64 (20230418)
SourcePackage: ddrescueview
UpgradeStatus: Upgraded to noble on 2024-04-12 (16 days ago)

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


** Tags: amd64 apport-bug noble third-party-packages

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

Title:
  legend doesn't cover light green and dark red sectors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ddrescueview/+bug/2064046/+subscriptions


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

[Bug 2063056] [NEW] shows raw html message (F12)

2024-04-21 Thread Ramses Rodriguez Martinez
Public bug reported:

shows raw html message (F12) since upgrade to ubuntu 24.04

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: guake 3.10-2
ProcVersionSignature: Ubuntu 6.8.0-28.28-generic 6.8.1
Uname: Linux 6.8.0-28-generic x86_64
ApportVersion: 2.28.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Sun Apr 21 23:17:12 2024
InstallationDate: Installed on 2023-08-11 (254 days ago)
InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Release amd64 (20230418)
PackageArchitecture: all
SourcePackage: guake
UpgradeStatus: Upgraded to noble on 2024-04-12 (9 days ago)

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


** Tags: amd64 apport-bug noble wayland-session

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

Title:
  shows raw html message (F12)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guake/+bug/2063056/+subscriptions


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

[Bug 2061377] [NEW] SyntaxWarning in Ubuntu 24.04

2024-04-15 Thread Ramses Rodriguez Martinez
Public bug reported:

Version 1:0.7.8-1 present in Ubuntu 24.04 outputs this warning:

/usr/bin/xlsx2csv:809: SyntaxWarning: invalid escape sequence '\d'
  elif re.match("^\d+(\.\d+)?$", self.data) and re.match(".*[hsmdyY]", 
format_str) and not re.match(
/usr/bin/xlsx2csv:810: SyntaxWarning: invalid escape sequence '\['
  '.*\[.*[dmhys].*\]', format_str):
/usr/bin/xlsx2csv:816: SyntaxWarning: invalid escape sequence '\d'
  elif re.match("^-?\d+(.\d+)?$", self.data) or (
/usr/bin/xlsx2csv:817: SyntaxWarning: invalid escape sequence '\d'
  self.scifloat and re.match("^-?\d+(.\d+)?([eE]-?\d+)?$", self.data)):
/usr/bin/xlsx2csv:905: SyntaxWarning: invalid escape sequence '\d'
  start = re.match("^([A-Z]+)(\d+)$", rng[0])
/usr/bin/xlsx2csv:907: SyntaxWarning: invalid escape sequence '\d'
  end = re.match("^([A-Z]+)(\d+)$", rng[1])
/usr/bin/xlsx2csv:991: SyntaxWarning: invalid escape sequence '\d'
  start = re.match("^([A-Z]+)(\d+)$", rng[0])
/usr/bin/xlsx2csv:992: SyntaxWarning: invalid escape sequence '\d'
  end = re.match("^([A-Z]+)(\d+)$", rng[1])

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: xlsx2csv 1:0.7.8-1
ProcVersionSignature: Ubuntu 6.5.0-27.28-generic 6.5.13
Uname: Linux 6.5.0-27-generic x86_64
ApportVersion: 2.28.0-0ubuntu1
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Mon Apr 15 11:46:32 2024
Dependencies:
 
InstallationDate: Installed on 2023-08-11 (247 days ago)
InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Release amd64 (20230418)
PackageArchitecture: all
SourcePackage: xlsx2csv
UpgradeStatus: Upgraded to noble on 2024-04-12 (3 days ago)

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


** Tags: amd64 apport-bug noble

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

Title:
  SyntaxWarning in Ubuntu 24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xlsx2csv/+bug/2061377/+subscriptions


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

[Bug 1964726] [NEW] 0.12.10dfsg2-6 version crashes with segfault

2022-03-13 Thread Ramses Rodriguez Martinez
Public bug reported:

Version in jammy (0.12.10dfsg2-6) crashes with segfault following these steps:
1. open any epub file
2. pressing Fn key + Down

coredumpctl info says the following, i can provide the entire dump if
required:

#0  0x7f2991ea007b n/a (libpango-1.0.so.0 + 0x3f07b)
#1  0x7f2991ea03ba n/a (libpango-1.0.so.0 + 0x3f3ba)
#2  0x7f2991ea0a19 pango_shape_with_flags 
(libpango-1.0.so.0 + 0x3fa19)
#3  0x7f2991ea0a2f pango_shape_full (libpango-1.0.so.0 + 
0x3fa2f)
#4  0x7f2992451aa9 
_ZNK17ZLGtkPaintContext11stringWidthEPKcib (zlui-gtk.so + 0x1daa9)
#5  0x7f2993b39738 
_ZNK10ZLTextArea5Style9wordWidthERK10ZLTextWordiib (libzltext.so.0.13 + 0x19738)
#6  0x7f2993b43396 
_ZN10ZLTextArea15processTextLineERNS_5StyleERK16ZLTextWordCursorS4_ 
(libzltext.so.0.13 + 0x23>
#7  0x7f2993b3b82b 
_ZN20ZLTextAreaController10buildInfosERK16ZLTextWordCursor (libzltext.so.0.13 + 
0x1b82b)
#8  0x7f2993b3ce64 n/a (libzltext.so.0.13 + 0x1ce64)
#9  0x7f2993b523af _ZN10ZLTextView16preparePaintInfoEv 
(libzltext.so.0.13 + 0x323af)
#10 0x56522565e65d n/a (FBReader + 0x4d65d)
#11 0x7f2993b52541 _ZN10ZLTextView5paintEv 
(libzltext.so.0.13 + 0x32541)
#12 0x565225658e9c n/a (FBReader + 0x47e9c)
#13 0x7f2992458d40 _ZN15ZLGtkViewWidget7doPaintEv 
(zlui-gtk.so + 0x24d40)
#14 0x7f29920fb357 n/a (libgtk-x11-2.0.so.0 + 0x141357)
#15 0x7f2991e15d2f g_closure_invoke (libgobject-2.0.so.0 + 
0x14d2f)
#16 0x7f2991e31b76 n/a (libgobject-2.0.so.0 + 0x30b76)
#17 0x7f2991e32f66 g_signal_emit_valist 
(libgobject-2.0.so.0 + 0x31f66)
#18 0x7f2991e337a3 g_signal_emit (libgobject-2.0.so.0 + 
0x327a3)
#19 0x7f29922297a4 n/a (libgtk-x11-2.0.so.0 + 0x26f7a4)
#20 0x7f2992101c85 gtk_main_do_event (libgtk-x11-2.0.so.0 + 
0x147c85)
#21 0x7f2991f48199 n/a (libgdk-x11-2.0.so.0 + 0x50199)
#22 0x7f2991f4811f n/a (libgdk-x11-2.0.so.0 + 0x5011f)
#23 0x7f2991f3d332 n/a (libgdk-x11-2.0.so.0 + 0x45332)
#24 0x7f2991f3e088 gdk_window_process_all_updates 
(libgdk-x11-2.0.so.0 + 0x46088)
#25 0x7f2991f3e12d n/a (libgdk-x11-2.0.so.0 + 0x4612d)
#26 0x7f2991f193e9 n/a (libgdk-x11-2.0.so.0 + 0x213e9)
#27 0x7f2991d1cc24 g_main_context_dispatch 
(libglib-2.0.so.0 + 0x55c24)
#28 0x7f2991d716e8 n/a (libglib-2.0.so.0 + 0xaa6e8)
#29 0x7f2991d1a3c3 g_main_context_iteration 
(libglib-2.0.so.0 + 0x533c3)
#30 0x7f29920ff505 gtk_main_iteration (libgtk-x11-2.0.so.0 
+ 0x145505)
#31 0x7f299245a8f5 
_ZN22ZLGtkApplicationWindow16processAllEventsEv (zlui-gtk.so + 0x268f5)
#32 0x7f299245b44d _ZN22ZLGtkApplicationWindow7refreshEv 
(zlui-gtk.so + 0x2744d)
#33 0x565225667e3d n/a (FBReader + 0x56e3d)
#34 0x56522566c4c9 n/a (FBReader + 0x5b4c9)
#35 0x7f2993ad63e9 
_ZN13ZLApplication13doActionByKeyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
 (lib>
#36 0x7f299245e1ad 
_ZN22ZLGtkApplicationWindow18handleKeyEventSlotEP12_GdkEventKey (zlui-gtk.so + 
0x2a1ad)
#37 0x7f29920fb357 n/a (libgtk-x11-2.0.so.0 + 0x141357)
#38 0x7f2991e15d2f g_closure_invoke (libgobject-2.0.so.0 + 
0x14d2f)
#39 0x7f2991e31b76 n/a (libgobject-2.0.so.0 + 0x30b76)
#40 0x7f2991e32f66 g_signal_emit_valist 
(libgobject-2.0.so.0 + 0x31f66)
#41 0x7f2991e337a3 g_signal_emit (libgobject-2.0.so.0 + 
0x327a3)
#42 0x7f29922297a4 n/a (libgtk-x11-2.0.so.0 + 0x26f7a4)
#43 0x7f29921000dc gtk_propagate_event (libgtk-x11-2.0.so.0 
+ 0x1460dc)
#44 0x7f29921016fb gtk_main_do_event (libgtk-x11-2.0.so.0 + 
0x1476fb)
#45 0x7f2991f5f77f n/a (libgdk-x11-2.0.so.0 + 0x6777f)
#46 0x7f2991d1cd1b g_main_context_dispatch 
(libglib-2.0.so.0 + 0x55d1b)
#47 0x7f2991d716e8 n/a (libglib-2.0.so.0 + 0xaa6e8)
#48 0x7f2991d1c293 g_main_loop_run (libglib-2.0.so.0 + 
0x55293)
#49 0x7f29920ff242 gtk_main (libgtk-x11-2.0.so.0 + 0x145242)
#50 0x7f299245920b 
_ZN26ZLGtkLibraryImplementation3runEP13ZLApplication (zlui-gtk.so + 0x2520b)
#51 0x56522563d791 n/a (FBReader + 0x2c791)
#52 0x7f2993513d90 __libc_start_call_main (libc.so.6 + 
0x29d90)
#53 0x7f2993513e40 __libc_start_main_impl (libc.so.6 + 

[Bug 1962609] [NEW] 1.20 version (jammy) makes pulseUI crash (core dump)

2022-03-01 Thread Ramses Rodriguez Martinez
Public bug reported:

Hi,
just updated from 21.10 to 22.04 and noticed my pulseUI VPN client fails with a 
SIGSEGV. The core dump shows the following:

(gdb) backtrace
#0  0x0032 in  ()
#1  0x7f7dd2b0c6c1 in  () at /lib/x86_64-linux-gnu/libgstapp-1.0.so.0
#2  0x7f7dd13ee958 in _gst_debug_min () at 
/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
#3  0x7f7d480d2c10 in  ()
#4  0x7f7d38007f30 in  ()
#5  0x7f7d480ce800 in  ()
#6  0x0001 in  ()
#7  0x7f7d480d2d38 in  ()
#8  0x7f7dd141e292 in  () at /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
#9  0x7f7dd1330c7c in  () at /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
#10 0x7f7dd13312fe in  () at /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
#11 0x7f7dd13317b8 in  () at /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
#12 0x7f7dd1327660 in  () at /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
#13 0x7f7dd133488a in gst_pad_push_event () at 
/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
#14 0x7f7d7b4add1c in  () at 
/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcoreelements.so
#15 0x7f7dd1359ea7 in  () at /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
#16 0x7f7dd2bcb5a4 in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#17 0x7f7dd2bc8941 in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#18 0x7f7dd201eb43 in start_thread (arg=) at 
./nptl/pthread_create.c:442
#19 0x7f7dd20b0b80 in clone3 () at 
../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

I found downgrading package libgstreamer-plugins-base1.0-0:amd64 to
1.18.5-1 (the version in 21.10) fixed the issue. I can provide the
entire core dump file (~20Mb) if you need.

best regards.

** Affects: gst-plugins-base1.0 (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/1962609

Title:
  1.20 version (jammy) makes pulseUI crash (core dump)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-base1.0/+bug/1962609/+subscriptions


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

Re: [Bug 1751657] Re: man journalctl gives info about -g option not present in command

2021-06-30 Thread Ramses Rodriguez Martinez
Hi,
now it's working fine, this can be closed


El mié, 30 jun 2021 a las 23:31, Dan Streetman (<1751...@bugs.launchpad.net>)
escribió:

> please reopen if this is still an issue
>
> ** Changed in: systemd (Ubuntu)
>Status: Confirmed => Invalid
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1751657
>
> Title:
>   man journalctl gives info about -g option not present in command
>
> Status in systemd package in Ubuntu:
>   Invalid
>
> Bug description:
>   man journalctl documents a --grep option, however:
>
>   $ journalctl -g a
>   journalctl: invalid option -- 'g'
>
>   $ journalctl --grep a
>   Compiled without pattern matching support
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 18.04
>   Package: systemd 237-3ubuntu3
>   ProcVersionSignature: Ubuntu 4.15.0-10.11-generic 4.15.3
>   Uname: Linux 4.15.0-10-generic x86_64
>   NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
>   ApportVersion: 2.20.8-0ubuntu10
>   Architecture: amd64
>   Date: Sun Feb 25 21:53:29 2018
>   InstallationDate: Installed on 2017-06-21 (248 days ago)
>   InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
>   Lsusb:
>Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
>Bus 001 Device 002: ID 0cf3:e300 Atheros Communications, Inc.
>Bus 001 Device 003: ID 0c45:6713 Microdia
>Bus 001 Device 004: ID 10d7:1102
>Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>   MachineType: Dell Inc. XPS 15 9560
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-10-generic.efi.signed
> root=UUID=18bdf6ee-e85b-4eb2-8fd1-68cf15fe1167 ro quiet splash
> acpi_rev_override=5 pci=noaer vt.handoff=1
>   SourcePackage: systemd
>   UpgradeStatus: Upgraded to bionic on 2018-02-17 (8 days ago)
>   dmi.bios.date: 12/15/2017
>   dmi.bios.vendor: Dell Inc.
>   dmi.bios.version: 1.7.0
>   dmi.board.name: 05FFDN
>   dmi.board.vendor: Dell Inc.
>   dmi.board.version: A00
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: Dell Inc.
>   dmi.modalias:
> dmi:bvnDellInc.:bvr1.7.0:bd12/15/2017:svnDellInc.:pnXPS159560:pvr:rvnDellInc.:rn05FFDN:rvrA00:cvnDellInc.:ct10:cvr:
>   dmi.product.family: XPS
>   dmi.product.name: XPS 15 9560
>   dmi.sys.vendor: Dell Inc.
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1751657/+subscriptions
>

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

Title:
  man journalctl gives info about -g option not present in command

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1751657/+subscriptions

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

[Bug 1860461] Re: libgnutls30 3.6.11.1-2ubuntu2 (Ubuntu 20.04) breaks pulseui client with error "Error performing TLS handshake: The Diffie-Hellman prime sent by the server is not acceptable (not long

2020-01-21 Thread Ramses Rodriguez Martinez
** Summary changed:

- libgnutls30 version in Ubuntu 20.04 breaks pulseui client with error "Error 
performing TLS handshake: The Diffie-Hellman prime sent by the server is not 
acceptable (not long enough)."
+ libgnutls30 3.6.11.1-2ubuntu2 (Ubuntu 20.04) breaks pulseui client with error 
"Error performing TLS handshake: The Diffie-Hellman prime sent by the server is 
not acceptable (not long enough)."

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

Title:
  libgnutls30 3.6.11.1-2ubuntu2 (Ubuntu 20.04) breaks pulseui client
  with error "Error performing TLS handshake: The Diffie-Hellman prime
  sent by the server is not acceptable (not long enough)."

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnutls28/+bug/1860461/+subscriptions

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

[Bug 1860461] [NEW] libgnutls30 version in Ubuntu 20.04 breaks pulseui client with error "Error performing TLS handshake: The Diffie-Hellman prime sent by the server is not acceptable (not long enough

2020-01-21 Thread Ramses Rodriguez Martinez
Public bug reported:

After upgrade to 20.04 package libgnutls30 broke pulseUI VPN client with
the following error:

"Error performing TLS handshake: The Diffie-Hellman prime sent by the
server is not acceptable (not long enough)."

I had to revert the package to the 19.10 version (3.6.9-5ubuntu1) and to
install 19.10 dependency libhogweed4 3.4.1-1 to fix it.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: libgnutls30 3.6.9-5ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
Uname: Linux 5.4.0-9-generic x86_64
ApportVersion: 2.20.11-0ubuntu15
Architecture: amd64
Date: Tue Jan 21 17:48:39 2020
InstallationDate: Installed on 2017-06-21 (943 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
SourcePackage: gnutls28
UpgradeStatus: Upgraded to focal on 2020-01-10 (10 days ago)

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


** Tags: amd64 apport-bug focal third-party-packages

** Summary changed:

- libgnutls30 version in Ubuntu 20.04 broke breaks pulseui client with error 
"Error performing TLS handshake: The Diffie-Hellman prime sent by the server is 
not acceptable (not long enough)."
+ libgnutls30 version in Ubuntu 20.04 breaks pulseui client with error "Error 
performing TLS handshake: The Diffie-Hellman prime sent by the server is not 
acceptable (not long enough)."

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

Title:
  libgnutls30 version in Ubuntu 20.04 breaks pulseui client with error
  "Error performing TLS handshake: The Diffie-Hellman prime sent by the
  server is not acceptable (not long enough)."

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnutls28/+bug/1860461/+subscriptions

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

[Bug 1751657] [NEW] man journalctl gives info about -g option not present in command

2018-02-25 Thread Ramses Rodriguez Martinez
Public bug reported:

man journalctl documents a --grep option, however:

$ journalctl -g a
journalctl: invalid option -- 'g'

$ journalctl --grep a
Compiled without pattern matching support

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: systemd 237-3ubuntu3
ProcVersionSignature: Ubuntu 4.15.0-10.11-generic 4.15.3
Uname: Linux 4.15.0-10-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.8-0ubuntu10
Architecture: amd64
Date: Sun Feb 25 21:53:29 2018
InstallationDate: Installed on 2017-06-21 (248 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 002: ID 0cf3:e300 Atheros Communications, Inc. 
 Bus 001 Device 003: ID 0c45:6713 Microdia 
 Bus 001 Device 004: ID 10d7:1102  
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. XPS 15 9560
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-10-generic.efi.signed 
root=UUID=18bdf6ee-e85b-4eb2-8fd1-68cf15fe1167 ro quiet splash 
acpi_rev_override=5 pci=noaer vt.handoff=1
SourcePackage: systemd
UpgradeStatus: Upgraded to bionic on 2018-02-17 (8 days ago)
dmi.bios.date: 12/15/2017
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.7.0
dmi.board.name: 05FFDN
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.0:bd12/15/2017:svnDellInc.:pnXPS159560:pvr:rvnDellInc.:rn05FFDN:rvrA00:cvnDellInc.:ct10:cvr:
dmi.product.family: XPS
dmi.product.name: XPS 15 9560
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug bionic

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

Title:
  man journalctl gives info about -g option not present in command

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1751657/+subscriptions

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

[Bug 1731780] [NEW] segfaults randomly on libgobject-2.0.so.0

2017-11-12 Thread Ramses Rodriguez Martinez
Public bug reported:

segfaults are quite frequent, had to switch to gnome-terminal :(

[ 2331.046531] mate-terminal[6528]: segfault at 7001e ip 7f24eca1c77e 
sp 7ffd73596858 error 4 in libgobject-2.0.so.0.5400.1[7f24ec9e7000+52000]
[ 2417.695601] mate-terminal[6651]: segfault at 7001e ip 7f8e4ecc777e 
sp 7ffd53ede758 error 4 in libgobject-2.0.so.0.5400.1[7f8e4ec92000+52000]
[ 2492.133087] mate-terminal[6764]: segfault at 7001e ip 7f2390b1577e 
sp 7ffed5830dd8 error 4 in libgobject-2.0.so.0.5400.1[7f2390ae+52000]

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: mate-terminal 1.18.1-2
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.7-0ubuntu3.1
Architecture: amd64
Date: Sun Nov 12 18:34:36 2017
InstallationDate: Installed on 2017-06-21 (143 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
SourcePackage: mate-terminal
UpgradeStatus: Upgraded to artful on 2017-09-02 (71 days ago)

** Affects: mate-terminal (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug artful

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

Title:
  segfaults randomly on libgobject-2.0.so.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-terminal/+bug/1731780/+subscriptions

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

[Bug 1716951] [NEW] core dump on pressing WIndows key

2017-09-13 Thread Ramses Rodriguez Martinez
Public bug reported:

Stacktrace:

  at  <0x>
  at (wrapper managed-to-native) 
System.Windows.Forms.X11Keyboard.Xutf8LookupString 
(intptr,System.Windows.Forms.XEvent&,byte[],int,intptr&,System.Windows.Forms.XLookupStatus&)
 <0x000a4>
  at System.Windows.Forms.X11Keyboard.LookupString 
(System.Windows.Forms.XEvent&,int,System.Windows.Forms.XKeySym&,System.Windows.Forms.XLookupStatus&)
 <0x000c3>
  at System.Windows.Forms.X11Keyboard.EventToVkey (System.Windows.Forms.XEvent) 
<0x0003f>
  at System.Windows.Forms.X11Keyboard.ToUnicode (int,int,string&) <0x0035f>
  at System.Windows.Forms.X11Keyboard.TranslateMessage 
(System.Windows.Forms.MSG&) <0x00127>
  at System.Windows.Forms.XplatUIX11.TranslateMessage 
(System.Windows.Forms.MSG&) <0x00027>
  at System.Windows.Forms.XplatUI.TranslateMessage (System.Windows.Forms.MSG&) 
<0x00024>
  at System.Windows.Forms.Application.RunLoop 
(bool,System.Windows.Forms.ApplicationContext) <0x00da7>
  at System.Windows.Forms.Form.ShowDialog (System.Windows.Forms.IWin32Window) 
<0x0093b>
  at System.Windows.Forms.Form.ShowDialog () <0xf>
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.Form.ShowDialog 
() <0x0005b>
  at KeePass.Forms.MainForm.OpenDatabase 
(KeePassLib.Serialization.IOConnectionInfo,KeePassLib.Keys.CompositeKey,bool) 
<0x0071f>
  at KeePass.Forms.MainForm.OnFormLoad (object,System.EventArgs) <0x03e43>
  at System.Windows.Forms.Form.OnLoad (System.EventArgs) <0x0007c>
  at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs) <0x0007f>
  at System.Windows.Forms.Form.OnCreateControl () <0x00057>
  at System.Windows.Forms.Control.CreateControl () <0x0011f>
  at System.Windows.Forms.Control.WmShowWindow (System.Windows.Forms.Message&) 
<0x0017b>
  at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message&) 
<0x002d7>
  at System.Windows.Forms.ScrollableControl.WndProc 
(System.Windows.Forms.Message&) <0x00013>
  at System.Windows.Forms.ContainerControl.WndProc 
(System.Windows.Forms.Message&) <0x0005b>
  at System.Windows.Forms.Form.WndProc (System.Windows.Forms.Message&) <0x00263>
  at KeePass.Forms.MainForm.WndProc (System.Windows.Forms.Message&) <0x001d7>
  at System.Windows.Forms.Control/ControlWindowTarget.OnMessage 
(System.Windows.Forms.Message&) <0x00024>
  at System.Windows.Forms.Control/ControlNativeWindow.WndProc 
(System.Windows.Forms.Message&) <0x0003a>
  at System.Windows.Forms.NativeWindow.WndProc 
(intptr,System.Windows.Forms.Msg,intptr,intptr) <0x003a4>
  at System.Windows.Forms.XplatUIX11.SendMessage 
(intptr,System.Windows.Forms.Msg,intptr,intptr) <0x004af>
  at System.Windows.Forms.XplatUIX11.MapWindow 
(System.Windows.Forms.Hwnd,System.Windows.Forms.WindowType) <0x00217>
  at System.Windows.Forms.XplatUIX11.CreateWindow 
(System.Windows.Forms.CreateParams) <0x00df3>
  at System.Windows.Forms.XplatUI.CreateWindow 
(System.Windows.Forms.CreateParams) <0x00024>
  at System.Windows.Forms.NativeWindow.CreateHandle 
(System.Windows.Forms.CreateParams) <0x0003f>
  at System.Windows.Forms.Control.CreateHandle () <0x00069>
  at System.Windows.Forms.Form.CreateHandle () <0x00027>
  at System.Windows.Forms.Control.CreateControl () <0x00087>
  at System.Windows.Forms.Control.SetVisibleCore (bool) <0x00083>
  at System.Windows.Forms.Form.SetVisibleCore (bool) <0x00353>
  at KeePass.Forms.MainForm.SetVisibleCore (bool) <0x000ab>
  at System.Windows.Forms.Control.set_Visible (bool) <0x00032>
  at (wrapper remoting-invoke-with-check) 
System.Windows.Forms.Control.set_Visible (bool) <0x0006b>
  at System.Windows.Forms.Application.RunLoop 
(bool,System.Windows.Forms.ApplicationContext) <0x00373>
  at System.Windows.Forms.Application.Run 
(System.Windows.Forms.ApplicationContext) <0x0005b>
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form) <0x00037>
  at KeePass.Program.Main (string[]) <0x00e0b>
  at (wrapper runtime-invoke) .runtime_invoke_void_object 
(object,intptr,intptr,intptr) <0x000d1>

Native stacktrace:

/usr/bin/cli(+0xc8514) [0x5588cfafd514]
/usr/bin/cli(+0x1217ce) [0x5588cfb567ce]
/usr/bin/cli(+0x3d7e3) [0x5588cfa727e3]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x11670) [0x7f53bfbcc670]
/lib/x86_64-linux-gnu/libc.so.6(strlen+0x26) [0x7f53bf66ca86]
/usr/lib/x86_64-linux-gnu/libX11.so.6(_XimLocalUtf8LookupString+0xde) 
[0x7f53b75777ee]
[0x402ff085]

Debug info from gdb:

[New LWP 8764]
[New LWP 8765]
[New LWP 8767]
[New LWP 8768]
[New LWP 8769]
[New LWP 8772]
[New LWP 8773]
[New LWP 8774]
[New LWP 8775]
[New LWP 8777]
[New LWP 8778]
[New LWP 8779]
[New LWP 8780]
[New LWP 8781]
[New LWP 8782]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x7f53bfbcc08a in __waitpid (pid=8783, stat_loc=0x7f53c0702ffc, options=0) 
at ../sysdeps/unix/sysv/linux/waitpid.c:29
29  ../sysdeps/unix/sysv/linux/waitpid.c: No such file or directory.
  Id   Target Id Frame 

[Bug 1703192] [NEW] missing -o -s and -L options in manpage

2017-07-09 Thread Ramses Rodriguez Martinez
Public bug reported:

the manpage doesn't describe options -o, -s and -L

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: iftop 1.0~pre4-4
ProcVersionSignature: Ubuntu 4.10.0-26.30-generic 4.10.17
Uname: Linux 4.10.0-26-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: amd64
Date: Sun Jul  9 12:58:58 2017
InstallationDate: Installed on 2017-06-21 (17 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
SourcePackage: iftop
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug zesty

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

Title:
  missing -o -s and -L options in manpage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iftop/+bug/1703192/+subscriptions

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


[Bug 1703190] [NEW] outdated reference to -q and -u options in man page

2017-07-09 Thread Ramses Rodriguez Martinez
Public bug reported:

the manpage refers to inexistent -u and -q options

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: iptraf-ng 1.1.4-4
ProcVersionSignature: Ubuntu 4.10.0-26.30-generic 4.10.17
Uname: Linux 4.10.0-26-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: amd64
Date: Sun Jul  9 12:51:57 2017
InstallationDate: Installed on 2017-06-21 (17 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
SourcePackage: iptraf-ng
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: iptraf-ng (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug zesty

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

Title:
  outdated reference to -q and -u options in man page

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptraf-ng/+bug/1703190/+subscriptions

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


Re: [Bug 1673588] Re: assertion failed if volume > 100% (in 17.04)

2017-03-20 Thread Ramses Rodriguez Martinez
Hi Elimar,
yes, killing pulseaudio works for me


2017-03-18 10:02 GMT+01:00 Elimar Riesebieter :

> It seems that this is pulseaudio's fault. Could you please try as
> follows:
>
> $ echo "autospawn=no"  >> $HOME/.pulse/client.conf
> $ pulsaudio -k
> $ mocp
>
> If moc runs well we have to redirect this bug to pulseaudio.
>
> If you want to restart pulseaudio you have to either autospawn=yes or
> remove autospawn entry in .pulse/client.conf.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1673588
>
> Title:
>   assertion failed if volume > 100% (in 17.04)
>
> Status in moc package in Ubuntu:
>   New
>
> Bug description:
>   mocp: alsa.c:319: alsa_read_mixer_raw: Assertion `RANGE(0, vol, 100)'
> failed.
>   i didn't have this issue in previous versions.
>
>   using Ubuntu 17.04
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 17.04
>   Package: moc 1:2.6.0~svn-r2935-1
>   ProcVersionSignature: Ubuntu 4.10.0-11.13-generic 4.10.1
>   Uname: Linux 4.10.0-11-generic x86_64
>   ApportVersion: 2.20.4-0ubuntu2
>   Architecture: amd64
>   Date: Thu Mar 16 20:34:40 2017
>   InstallationDate: Installed on 2015-08-29 (564 days ago)
>   InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150829)
>   SourcePackage: moc
>   UpgradeStatus: Upgraded to zesty on 2017-03-13 (2 days ago)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/moc/+bug/1673588/+subscriptions
>

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

Title:
  assertion failed if volume > 100% (in 17.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/moc/+bug/1673588/+subscriptions

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


[Bug 1673588] [NEW] assertion failed if volume > 100% (in 17.04)

2017-03-16 Thread Ramses Rodriguez Martinez
Public bug reported:

mocp: alsa.c:319: alsa_read_mixer_raw: Assertion `RANGE(0, vol, 100)' failed.
i didn't have this issue in previous versions.

using Ubuntu 17.04

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: moc 1:2.6.0~svn-r2935-1
ProcVersionSignature: Ubuntu 4.10.0-11.13-generic 4.10.1
Uname: Linux 4.10.0-11-generic x86_64
ApportVersion: 2.20.4-0ubuntu2
Architecture: amd64
Date: Thu Mar 16 20:34:40 2017
InstallationDate: Installed on 2015-08-29 (564 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150829)
SourcePackage: moc
UpgradeStatus: Upgraded to zesty on 2017-03-13 (2 days ago)

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


** Tags: amd64 apport-bug zesty

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

Title:
  assertion failed if volume > 100% (in 17.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/moc/+bug/1673588/+subscriptions

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


[Bug 1672993] [NEW] keepass2 crashes on 17.04

2017-03-15 Thread Ramses Rodriguez Martinez
Public bug reported:

Hi,
after upgrading to 17.04 keepass2 crashes with with this trace:

$ keepass2
Stacktrace:

  at  <0x>
  at (wrapper managed-to-native) 
System.Windows.Forms.X11Keyboard.Xutf8LookupString 
(intptr,System.Windows.Forms.XEvent&,byte[],int,intptr&,System.Windows.Forms.XLookupStatus&)
 <0x000a4>
  at System.Windows.Forms.X11Keyboard.LookupString 
(System.Windows.Forms.XEvent&,int,System.Windows.Forms.XKeySym&,System.Windows.Forms.XLookupStatus&)
 <0x000c3>
  at System.Windows.Forms.X11Keyboard.EventToVkey (System.Windows.Forms.XEvent) 
<0x0003f>
  at System.Windows.Forms.X11Keyboard.ToUnicode (int,int,string&) <0x0035f>
  at System.Windows.Forms.X11Keyboard.TranslateMessage 
(System.Windows.Forms.MSG&) <0x00127>
  at System.Windows.Forms.XplatUIX11.TranslateMessage 
(System.Windows.Forms.MSG&) <0x00027>
  at System.Windows.Forms.XplatUI.TranslateMessage (System.Windows.Forms.MSG&) 
<0x00024>
  at System.Windows.Forms.Application.RunLoop 
(bool,System.Windows.Forms.ApplicationContext) <0x00da7>
  at System.Windows.Forms.Form.ShowDialog (System.Windows.Forms.IWin32Window) 
<0x0093b>
  at System.Windows.Forms.Form.ShowDialog () <0xf>
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.Form.ShowDialog 
() <0x0005b>
  at KeePass.Forms.MainForm.EditSelectedEntry (bool) <0x000bf>
  at KeePass.Forms.MainForm.OnEntryEdit (object,System.EventArgs) <0xf>
  at KeePass.Forms.MainForm.PerformDefaultAction 
(object,System.EventArgs,KeePassLib.PwEntry,int) <0x0013b>
  at KeePass.Forms.MainForm.OnPwListMouseDoubleClick 
(object,System.Windows.Forms.MouseEventArgs) <0x001af>
  at System.Windows.Forms.Control.OnMouseDoubleClick 
(System.Windows.Forms.MouseEventArgs) <0x00070>
  at System.Windows.Forms.ListView/ItemControl.HandleClicks 
(System.Windows.Forms.MouseEventArgs) <0x00058>
  at System.Windows.Forms.ListView/ItemControl.ItemsMouseUp 
(object,System.Windows.Forms.MouseEventArgs) <0x00067>
  at System.Windows.Forms.Control.OnMouseUp 
(System.Windows.Forms.MouseEventArgs) <0x00070>
  at System.Windows.Forms.Control.WmLButtonUp (System.Windows.Forms.Message&) 
<0x00120>
  at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message&) 
<0x00217>
  at System.Windows.Forms.ListView/ItemControl.WndProc 
(System.Windows.Forms.Message&) <0x000ff>
  at System.Windows.Forms.Control/ControlWindowTarget.OnMessage 
(System.Windows.Forms.Message&) <0x00024>
  at System.Windows.Forms.Control/ControlNativeWindow.WndProc 
(System.Windows.Forms.Message&) <0x0003a>
  at System.Windows.Forms.NativeWindow.WndProc 
(intptr,System.Windows.Forms.Msg,intptr,intptr) <0x003a4>
  at System.Windows.Forms.XplatUIX11.DispatchMessage 
(System.Windows.Forms.MSG&) <0x0001f>
  at System.Windows.Forms.XplatUI.DispatchMessage (System.Windows.Forms.MSG&) 
<0x00024>
  at System.Windows.Forms.Application.RunLoop 
(bool,System.Windows.Forms.ApplicationContext) <0x00db3>
  at System.Windows.Forms.Application.Run 
(System.Windows.Forms.ApplicationContext) <0x0005b>
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form) <0x00037>
  at KeePass.Program.Main (string[]) <0x00e0b>
  at (wrapper runtime-invoke) .runtime_invoke_void_object 
(object,intptr,intptr,intptr) <0x000d1>

Native stacktrace:

/usr/bin/cli(+0xc8514) [0x556817df6514]
/usr/bin/cli(+0x1217ce) [0x556817e4f7ce]
/usr/bin/cli(+0x3d7e3) [0x556817d6b7e3]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x11620) [0x7fcaadb71620]
/lib/x86_64-linux-gnu/libc.so.6(strlen+0x26) [0x7fcaad60eeb6]
/usr/lib/x86_64-linux-gnu/libX11.so.6(_XimLocalUtf8LookupString+0xe7) 
[0x7fcaa97fb8e7]
[0x40d181e5]

Debug info from gdb:

[New LWP 11162]
[New LWP 11163]
[New LWP 11166]
[New LWP 11167]
[New LWP 11168]
[New LWP 11169]
[New LWP 11179]
[New LWP 11180]
[New LWP 11181]
[New LWP 11185]
[New LWP 11186]
[New LWP 11329]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x7fcaadb7103a in __waitpid (pid=11341, stat_loc=0x7fcaae6a70fc, options=0) 
at ../sysdeps/unix/sysv/linux/waitpid.c:29
29  ../sysdeps/unix/sysv/linux/waitpid.c: No such file or directory.
  Id   Target Id Frame 
* 1Thread 0x7fcaae68d740 (LWP 11161) "Main" 0x7fcaadb7103a in __waitpid 
(pid=11341, stat_loc=0x7fcaae6a70fc, options=0) at 
../sysdeps/unix/sysv/linux/waitpid.c:29
  2Thread 0x7fcaacbff700 (LWP 11162) "SGen worker" 
pthread_cond_wait@@GLIBC_2.3.2 () at 
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  3Thread 0x7fcaad2a6700 (LWP 11163) "Finalizer" 0x7fcaadb6f9b6 in 
futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, 
futex_word=0x5568182da640) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
  4Thread 0x7fca9c4c2700 (LWP 11166) "dconf worker" 0x7fcaad67e10d in 
poll () at ../sysdeps/unix/syscall-template.S:84
  5Thread 0x7fca9bcc1700 (LWP 11167) "gmain" 0x7fcaad67e10d in poll () 
at 

[Bug 1590123] [NEW] smplayer leaves a "mplayer" process when exited with Ctrl-C

2016-06-07 Thread Ramses Rodriguez Martinez
Public bug reported:

Hi,
it seems smplayer is leaving an "mplayer" background process running when 
exited with a SIGINT. Not sure if this is expected beahaviour,

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: smplayer 15.11.0~ds0-1
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Tue Jun  7 21:36:09 2016
InstallationDate: Installed on 2015-08-29 (282 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150829)
SourcePackage: smplayer
UpgradeStatus: Upgraded to xenial on 2016-02-28 (100 days ago)

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


** Tags: amd64 apport-bug xenial

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

Title:
  smplayer leaves a "mplayer" process when exited with Ctrl-C

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/smplayer/+bug/1590123/+subscriptions

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


[Bug 1560580] [NEW] rhc setup doesn't prompt correctly for login and password

2016-03-22 Thread Ramses Rodriguez Martinez
Public bug reported:

"rhc setup" shows an empty prompt while asking for login and password
during account setting, instead of a "Please enter login:" message.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: rhc 1.38.4-2
ProcVersionSignature: Ubuntu 4.4.0-14.30-generic 4.4.5
Uname: Linux 4.4.0-14-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
Date: Tue Mar 22 17:50:29 2016
InstallationDate: Installed on 2015-08-29 (205 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150829)
PackageArchitecture: all
SourcePackage: rhc
UpgradeStatus: Upgraded to xenial on 2016-02-28 (23 days ago)

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


** Tags: amd64 apport-bug xenial

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

Title:
  rhc setup doesn't prompt correctly for login and password

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhc/+bug/1560580/+subscriptions

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


[Bug 1551002] Re: error visualizing ISO-8859 text

2016-03-10 Thread Ramses Rodriguez Martinez
The bug is also present on the upstream version 3.14.2, but it seems to
be fixed on 3.15.1

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

Title:
  error visualizing ISO-8859 text

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meld/+bug/1551002/+subscriptions

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


[Bug 1551002] [NEW] error visualizing ISO-8859 text

2016-02-28 Thread Ramses Rodriguez Martinez
Public bug reported:

since upgrade to 3.14.2-1 (Ubuntu 16.04) some ISO-8859 files are not
displayed correctly (showing chinese caracters).

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: meld 3.14.2-1
ProcVersionSignature: Ubuntu 4.4.0-8.23-generic 4.4.2
Uname: Linux 4.4.0-8-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
Date: Sun Feb 28 21:34:50 2016
InstallationDate: Installed on 2015-08-29 (182 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150829)
PackageArchitecture: all
SourcePackage: meld
UpgradeStatus: Upgraded to xenial on 2016-02-28 (0 days ago)

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


** Tags: amd64 apport-bug xenial

** Attachment added: "sample file not displayed correctly"
   
https://bugs.launchpad.net/bugs/1551002/+attachment/4583823/+files/example-bad

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

Title:
  error visualizing ISO-8859 text

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meld/+bug/1551002/+subscriptions

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


[Bug 1437898] [NEW] cronjob refers to missing /var/lib/john directory

2015-03-29 Thread Ramses Rodriguez Martinez
Public bug reported:

cronjob refers to missing /var/lib/john directory,
also warns while uninstalling: /usr/share/john/cronjob: line 28: cd: 
/var/lib/john: No such file or directory

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: john (not installed)
ProcVersionSignature: Ubuntu 3.19.0-10.10-generic 3.19.2
Uname: Linux 3.19.0-10-generic x86_64
ApportVersion: 2.16.2-0ubuntu5
Architecture: amd64
Date: Sun Mar 29 18:54:57 2015
InstallationDate: Installed on 2013-11-17 (496 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
SourcePackage: john
UpgradeStatus: Upgraded to vivid on 2015-01-30 (57 days ago)

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


** Tags: amd64 apport-bug vivid

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

Title:
  cronjob refers to missing /var/lib/john directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/john/+bug/1437898/+subscriptions

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


[Bug 1416532] Re: segfaults on vivid

2015-02-17 Thread Ramses Rodriguez Martinez
it's working now, thanks.

** Changed in: calibre (Ubuntu)
   Status: Confirmed = 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/1416532

Title:
  segfaults on vivid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1416532/+subscriptions

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


[Bug 1419534] Re: lacks manpage

2015-02-15 Thread Ramses Rodriguez Martinez
sorry Hans, you're right, please close the issue.

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

Title:
  lacks manpage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/john/+bug/1419534/+subscriptions

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


[Bug 1419534] [NEW] lacks manpage

2015-02-08 Thread Ramses Rodriguez Martinez
Public bug reported:

john command lacks manpage

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: john (not installed)
ProcVersionSignature: Ubuntu 3.18.0-12.13-generic 3.18.4
Uname: Linux 3.18.0-12-generic x86_64
ApportVersion: 2.16-0ubuntu1
Architecture: amd64
Date: Sun Feb  8 22:26:20 2015
InstallationDate: Installed on 2013-11-17 (448 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
ProcEnviron:
 LD_LIBRARY_PATH=set
 TERM=xterm
 PATH=(custom, no user)
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: john
UpgradeStatus: Upgraded to vivid on 2015-01-30 (9 days ago)

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


** Tags: amd64 apport-bug vivid

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

Title:
  lacks manpage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/john/+bug/1419534/+subscriptions

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


[Bug 1417727] [NEW] fatal error: Could not open /proc/acpi/toshiba/lcd

2015-02-03 Thread Ramses Rodriguez Martinez
Public bug reported:

It exits with this error:

fatal error: Could not open /proc/acpi/toshiba/lcd.
Please make sure that your kernel has enabled the Toshiba option in the ACPI 
section.

I've toshiba_acpi module loaded:

toshiba_acpi   28375  0 
sparse_keymap  13948  1 toshiba_acpi
wmi19193  1 toshiba_acpi
toshiba_haps   13311  0 
toshiba_bluetooth  12867  0 

And lcd is not present in /proc/acpi/toshiba/:
ls /proc/acpi/toshiba/
fan  keys  version  video

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: fnfxd:i386 0.3-14ubuntu1
ProcVersionSignature: Ubuntu 3.18.0-12.13-generic 3.18.4
Uname: Linux 3.18.0-12-generic x86_64
ApportVersion: 2.15.1-0ubuntu4
Architecture: amd64
Date: Tue Feb  3 19:57:10 2015
Dependencies:
 gcc-5-base 5-20150128-0ubuntu1
 libc6 2.19-13ubuntu3
 libgcc1 1:5-20150128-0ubuntu1
 multiarch-support 2.19-13ubuntu3
InstallationDate: Installed on 2013-11-17 (442 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
PackageArchitecture: i386
ProcEnviron:
 LD_LIBRARY_PATH=set
 TERM=xterm
 PATH=(custom, no user)
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: fnfx
UpgradeStatus: Upgraded to vivid on 2015-01-30 (4 days ago)

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


** Tags: apport-bug i386 vivid

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

Title:
  fatal error: Could not open /proc/acpi/toshiba/lcd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fnfx/+bug/1417727/+subscriptions

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


[Bug 1416532] [NEW] segfaults on vivid

2015-01-30 Thread Ramses Rodriguez Martinez
Public bug reported:

calibre 2.14.0+dfsg-1 segfaults on loading ith this output:

Unable to open ~/.mtpz-data for reading, MTPZ disabled.
Ignoring directories passed as command line arguments
Failed to run pipe worker with command: from calibre.utils.ipc.pool import 
run_main, worker_main; run_main(worker_main)
Traceback (most recent call last):
  File /usr/bin/calibre-parallel, line 20, in module
sys.exit(main())
  File /usr/lib/calibre/calibre/utils/ipc/worker.py, line 174, in main
exec (sys.argv[-1])
  File string, line 1, in module
  File /usr/lib/calibre/calibre/utils/ipc/pool.py, line 383, in run_main
with closing(Client(address, authkey=key)) as conn:
  File /usr/lib/python2.7/multiprocessing/connection.py, line 175, in Client
answer_challenge(c, authkey)
  File /usr/lib/python2.7/multiprocessing/connection.py, line 428, in 
answer_challenge
message = connection.recv_bytes(256) # reject large message
IOError: [Errno 104] Connection reset by peer
Segmentation fault (core dumped)

strace:
read(22, N3\317\24 #d+\311\7\361\342\223\314a\222\25\177\357\212\234\334n\214\
253 \347\320\325b\17Q..., 16384) = 3655
read(22, , 12288) = 0
read(22, , 16384) = 0
close(22)   = 0
munmap(0x7f66df4a, 4096)= 0
futex(0x19b94e0, FUTEX_WAKE_PRIVATE, 1) = 1
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x1} ---
+++ killed by SIGSEGV (core dumped) +++

gdb:
Core was generated by `/usr/bin/python2.7 /usr/bin/calibre'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x7f1c8ecfdafe in ?? ()

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: calibre 2.14.0+dfsg-1
ProcVersionSignature: Ubuntu 3.18.0-12.13-generic 3.18.4
Uname: Linux 3.18.0-12-generic x86_64
ApportVersion: 2.15.1-0ubuntu4
Architecture: amd64
Date: Fri Jan 30 20:55:09 2015
InstallationDate: Installed on 2013-11-17 (438 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
PackageArchitecture: all
ProcEnviron:
 LD_LIBRARY_PATH=set
 TERM=xterm
 PATH=(custom, no user)
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: calibre
UpgradeStatus: Upgraded to vivid on 2015-01-30 (0 days ago)

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


** Tags: amd64 apport-bug vivid

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

Title:
  segfaults on vivid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1416532/+subscriptions

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


[Bug 1325358] [NEW] sun_checks.xml file still contains DoubleCheckedLocking references

2014-06-01 Thread Ramses Rodriguez Martinez
Public bug reported:

Hi,
sun_checks.xml still contains references to the removed DoubleCheckedLocking 
module.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: checkstyle 5.6-2ubuntu0.1
ProcVersionSignature: Ubuntu 3.13.0-27.50-generic 3.13.11
Uname: Linux 3.13.0-27-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
Date: Sun Jun  1 14:04:54 2014
InstallationDate: Installed on 2013-11-17 (195 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
PackageArchitecture: all
SourcePackage: checkstyle
UpgradeStatus: Upgraded to trusty on 2014-04-03 (58 days ago)

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


** 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/1325358

Title:
  sun_checks.xml file still contains DoubleCheckedLocking references

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/checkstyle/+bug/1325358/+subscriptions

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


[Bug 1309532] [NEW] manpage lacks info for memory test

2014-04-18 Thread Ramses Rodriguez Martinez
Public bug reported:

manpage for sysbench doesn't show info for memory test:

memory options:
  --memory-block-size=SIZEsize of memory block for test [1K]
  --memory-total-size=SIZEtotal size of data to transfer [100G]
  --memory-scope=STRING   memory access scope {global,local} [global]
  --memory-hugetlb=[on|off]   allocate memory from HugeTLB pool [off]
  --memory-oper=STRINGtype of memory operations {read, write, none} 
[write]
  --memory-access-mode=STRING memory access mode {seq,rnd} [seq]

** Affects: sysbench (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/1309532

Title:
  manpage lacks info for memory test

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sysbench/+bug/1309532/+subscriptions

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


[Bug 1306130] [NEW] pdf output via latex needs texlive-fonts-recommended package

2014-04-10 Thread Ramses Rodriguez Martinez
Public bug reported:

Hi,
package's description states that PDF output via PDFLaTeX requires the package 
texlive-latex-recommended.

However, texlive-fonts-recommended is also needed and this package is
not a dependency of texlive-latex-recommend, so probably pandoc should
add the dependency on Suggests and update the description.

I'm using pandoc version: 1.12.2.1-1build2 (Ubuntu 14.04)

Regards.

** Affects: pandoc (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/1306130

Title:
  pdf output via latex needs texlive-fonts-recommended package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pandoc/+bug/1306130/+subscriptions

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


[Bug 1020859] Re: JRE crashes because of libzip (Java_java_util_zip_ZipEntry_initFields)

2013-08-01 Thread Ramses Rodriguez Martinez
More detailed info to reproduce the bug while exporting an APK in
Eclipse:

- fails when exporting both signed and unsigned packages.

- fails only if he Android project imports an Android Library project
(if i remove the library then the APK builds without problems), see:
http://stackoverflow.com/questions/11298709/error-when-exporting-
android-project-when-library-added

- the bug affects all this JDK versions:
java-1.6.0-openjdk-amd64 1061 /usr/lib/jvm/java-1.6.0-openjdk-amd64
java-1.7.0-openjdk-amd64 1071 /usr/lib/jvm/java-1.7.0-openjdk-amd64
java-6-sun 63 /usr/lib/jvm/java-6-sun
java-8-oracle 1072 /usr/lib/jvm/java-8-oracle

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

Title:
  JRE crashes because of libzip (Java_java_util_zip_ZipEntry_initFields)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/1020859/+subscriptions

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


[Bug 1087977] [NEW] cannot unzip valid archive, reports cannot find file

2012-12-08 Thread Ramses Rodriguez Martinez
Public bug reported:

Unzip cannot extract nor test certain ZIP files:

$ unzip -t V33585-01.zip
unzip:  cannot find V33585-01.zip, V33585-01.zip.zip or V33585-01.zip.ZIP.

The file is readable and identified as a valid ZIP file by file:
$ file V33585-01.zip
V33585-01.zip: Zip archive data, at least v2.0 to extract

$ du V33585-01.zip
3634652 V33585-01.zip

Strace output:

stat64(V33585-01.zip, {st_mode=S_IFREG|0664, st_size=3721873348, ...}) = 0
stat64(V33585-01.zip.zip, 0xffa4f53c) = -1 ENOENT (No such file or directory)
stat64(V33585-01.zip.ZIP, 0xffa4f53c) = -1 ENOENT (No such file or directory)
ioctl(1, TIOCGWINSZ, {ws_row=22, ws_col=80, ws_xpixel=0, ws_ypixel=0}) = 0
write(1, unzip:  cannot find V33585-01.zi..., 75unzip:  cannot find 
V33585-01.zip, V33585-01.zip.zip or V33585-01.zip.ZIP.
) = 75
ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
exit_group(9)   = ?

I could extract the archive with file-roller.

I wonder if it's related with the size of the zip file (3.5Gb) or an
issue with the 64 bit version.

VERSION:
unzip:
  Installed: 6.0-7ubuntu1
  Candidate: 6.0-7ubuntu1
  Version table:
 *** 6.0-7ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages
100 /var/lib/dpkg/status

Regards.

** Affects: unzip (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/1087977

Title:
  cannot unzip valid archive, reports cannot find file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unzip/+bug/1087977/+subscriptions

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


[Bug 1047937] [NEW] redsocks option -t fails: it reads ./redsocks.conf instead of /etc/redsocks.conf

2012-09-08 Thread Ramses Rodriguez Martinez
Public bug reported:

redsocks -t
Unable to open config file: No such file or directory

strace:
open(redsocks.conf, O_RDONLY) = -1 ENOENT (No such file or directory)

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: redsocks 0.2-1
ProcVersionSignature: Ubuntu 3.2.0-30.48-generic 3.2.27
Uname: Linux 3.2.0-30-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
Date: Sat Sep  8 19:55:56 2012
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
ProcEnviron:
 LANGUAGE=en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: redsocks
UpgradeStatus: Upgraded to precise on 2012-04-02 (159 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  redsocks option -t fails: it reads ./redsocks.conf instead of
  /etc/redsocks.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/redsocks/+bug/1047937/+subscriptions

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


[Bug 1047937] Re: redsocks option -t fails: it reads ./redsocks.conf instead of /etc/redsocks.conf

2012-09-08 Thread Ramses Rodriguez Martinez
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1047937

Title:
  redsocks option -t fails: it reads ./redsocks.conf instead of
  /etc/redsocks.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/redsocks/+bug/1047937/+subscriptions

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


[Bug 988040] [NEW] segfaults after removing a task

2012-04-24 Thread Ramses Rodriguez Martinez
Public bug reported:

Program segfaults after removing a task

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gtodo 0.16.0~rc2-1.2
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu5
Architecture: amd64
Date: Tue Apr 24 23:23:18 2012
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
ProcEnviron:
 LANGUAGE=en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gtodo
UpgradeStatus: Upgraded to precise on 2012-04-02 (22 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  segfaults after removing a task

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtodo/+bug/988040/+subscriptions

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


[Bug 988040] Re: segfaults after removing a task

2012-04-24 Thread Ramses Rodriguez Martinez
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/988040

Title:
  segfaults after removing a task

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtodo/+bug/988040/+subscriptions

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


[Bug 920127] Re: npm crashes on start

2012-04-14 Thread Ramses Rodriguez Martinez
I suppose it's a temporary situation but this packages are not uploaded
yet to Precise, so npm package is uninstallable right now:

node-block-stream
node-inherits
node-lru-cache

Regards.

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

Title:
  npm crashes on start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/npm/+bug/920127/+subscriptions

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


[Bug 920127] Re: npm crashes on start

2012-04-12 Thread Ramses Rodriguez Martinez
** Attachment added: apport collect info
   
https://bugs.launchpad.net/ubuntu/+source/npm/+bug/920127/+attachment/3053090/+files/apport.npm.sfXXnW.apport

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

Title:
  npm crashes on start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/npm/+bug/920127/+subscriptions

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


[Bug 920127] Re: npm crashes on start

2012-04-12 Thread Ramses Rodriguez Martinez
** Changed in: npm (Ubuntu)
   Status: Incomplete = New

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

Title:
  npm crashes on start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/npm/+bug/920127/+subscriptions

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


[Bug 923734] Re: Calibre segfaults on startup (in latest precise)

2012-04-06 Thread Ramses Rodriguez Martinez
Hi,
it still segfaults on 0.8.38+dfsg-1 (x86_64).

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

Title:
  Calibre segfaults on startup (in latest precise)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/923734/+subscriptions

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


[Bug 975487] [NEW] Calibre segfaults on startup (in 0.8.45-0ubuntu1)

2012-04-06 Thread Ramses Rodriguez Martinez
Public bug reported:

It occurs every time with the latest version of calibre (for 12.04):

[...]
stat(/usr/lib/calibre/calibre/plugins/pictureflow, 0x73e82760) = -1 
ENOENT (No such file or directory)
open(/usr/lib/calibre/calibre/plugins/pictureflow.so, O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=105008, ...}) = 0
open(/usr/lib/calibre/calibre/plugins/pictureflow.so, O_RDONLY|O_CLOEXEC) = 6
read(6, \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0pc\0\0\0\0\0\0..., 832) 
= 832
fstat(6, {st_mode=S_IFREG|0644, st_size=105008, ...}) = 0
mmap(NULL, 2200320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 
0x7fe10467e000
mprotect(0x7fe104696000, 2093056, PROT_NONE) = 0
mmap(0x7fe104895000, 12288, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x17000) = 0x7fe104895000
close(6)= 0
mprotect(0x7fe104895000, 4096, PROT_READ) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault (core dumped)

** Affects: calibre (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/975487

Title:
  Calibre segfaults on startup (in 0.8.45-0ubuntu1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/975487/+subscriptions

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


[Bug 971897] [NEW] segfaults with any pdf file after upgrading to 12.04

2012-04-02 Thread Ramses Rodriguez Martinez
Public bug reported:

After upgrading to Ubuntu 12.04 xpdf fails opening any pdf file (it
gives a segmentation fault):

[...]
[{WIFSIGNALED(s)  WTERMSIG(s) == SIGSEGV  WCOREDUMP(s)}], 0, NULL) = 30062
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11)  = 30062
write(2, Segmentation fault (core dumped)..., 33Segmentation fault (core 
dumped)
) = 33

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xpdf 3.02-21build1
ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
Uname: Linux 3.2.0-21-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0-0ubuntu2
Architecture: amd64
Date: Mon Apr  2 22:55:39 2012
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
ProcEnviron:
 TERM=xterm
 PATH=(custom, user)
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: xpdf
UpgradeStatus: Upgraded to precise on 2012-04-02 (0 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  segfaults with any pdf file after upgrading to 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xpdf/+bug/971897/+subscriptions

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


[Bug 971897] Re: segfaults with any pdf file after upgrading to 12.04

2012-04-02 Thread Ramses Rodriguez Martinez
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/971897

Title:
  segfaults with any pdf file after upgrading to 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xpdf/+bug/971897/+subscriptions

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


[Bug 693725] [NEW] clean() method crashes if :show_warnings=false

2010-12-23 Thread Ramses Rodriguez Martinez
Public bug reported:

Binary package hint: libtidy-ruby

This script crashes with a SIGSEGV while calling to Tidy.clean(string)
method (@errbuf.free line on tidyobj.rb):

Tidy.open(:show_warnings=false) do |t|
  t.clean('a')
end

The problem is not present if :show_warnings=true.

Package version: libtidy-ruby 1.1.2-3

** Affects: libtidy-ruby (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/693725

Title:
  clean() method crashes if :show_warnings=false

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


[Bug 275187] [NEW] package rsbac-admin has broken symlinks

2008-09-27 Thread Ramses Rodriguez Martinez
Public bug reported:

Binary package hint: rsbac-admin

version: 1.3.6-0ubuntu1
the manpages have broken symlinks, for example:
/usr/share/man/man1/acl_group.1.gz - /rsbac-admin.1.gz

** Affects: rsbac-admin (Ubuntu)
 Importance: Undecided
 Status: New

-- 
package rsbac-admin has broken symlinks
https://bugs.launchpad.net/bugs/275187
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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