[Bug 2084966] [NEW] crashes with segfault when returning from suspend

2024-10-19 Thread Ramses Rodriguez Martinez
Public bug reported: Hi, the program crashes with the following stacktrace when returning from suspension: 2] ?? in /lib/x86_64-linux-gnu/libwx_baseu-3.2.so.0[0x79bb09f96b44] [3] ?? in /lib/x86_64-linux-gnu/libc.so.6[0x79bb09645250] [4] ?? in amule[0x5d41c83e2c82] [5] ?? in amule[0x5d41c84a9342]

[Bug 2063056] Re: shows raw html message (F12)

2024-09-26 Thread Ramses Rodriguez Martinez
I confirm this is fixed in 24.10 -- 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/u

[Bug 2080969] Re: dmic_num parameter in snd_sof_intel_hda_common module stopped working in kernel 6.11 (worked in 6.8)

2024-09-17 Thread Ramses Rodriguez Martinez
** Changed in: linux (Ubuntu) Status: New => Confirmed ** Description changed: Hi, - in order to fix the audio input of my Toshiba Portege X30 i had to do pass this kernel parameter (worked in kernel 6.8.0-44) - + in order to fix the audio input of my Toshiba Portege X30 i had to pass

[Bug 2080969] [NEW] dmic_num parameter in snd_sof_intel_hda_common module stopped working in kernel 6.11 (worked in 6.8)

2024-09-17 Thread Ramses Rodriguez Martinez
Public bug reported: Hi, in order to fix the audio input of my Toshiba Portege X30 i had to do pass this kernel parameter (worked in kernel 6.8.0-44) options snd_sof_intel_hda_common dmic_num=4 However, after upgrading to Ubuntu 24.10 with kernel 6.11.0-7 the parameter "dmic_num" is not reco

[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

[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 Casp

[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 CasperM

[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: inval

[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 + 0x3f

[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 _

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 be

[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 pe

[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)

[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.1

[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 70

[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 (Sy

[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:

[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

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

[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.1

[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.XL

[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 Un

[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

[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 not

[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

[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-1

[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 notific

[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

[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 20

[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_a

[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_mai

[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 ApportVe

[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} [glo

[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

[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/

[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 le

[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

[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:

[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/

[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 Architectu

[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

[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://b

[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/bug

[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_I

[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

[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/+sour

[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

[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('') end The problem is not present if :show_warnings=true. Package version:

[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 brok