[Touch-packages] [Bug 1846334] Re: cupsd assert failure: free(): invalid pointer

2021-02-10 Thread Nicolas Joyard
I confirm the hirsute version fixes the issue.

I created https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1915181/
recently without having seen this bug report, and I'm pretty confident
it's the same issue.

I reinstalled groovy on a VM, confirmed the bug occurred (it did),
rebuilt 2.3.3op1 from hirsute and installed it. The problem no longer
occurs after that.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1846334

Title:
  cupsd assert failure: free(): invalid pointer

Status in cups package in Ubuntu:
  Fix Committed

Bug description:
  Just running in the background, no user action (printing)

  ProblemType: Crash
  DistroRelease: Ubuntu 19.10
  Package: cups-daemon 2.2.12-2ubuntu1
  ProcVersionSignature: Ubuntu 5.3.0-16.17-generic 5.3.1
  Uname: Linux 5.3.0-13-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu7
  Architecture: amd64
  AssertionMessage: free(): invalid pointer
  Date: Tue Oct  1 19:41:35 2019
  ExecutablePath: /usr/sbin/cupsd
  InstallationDate: Installed on 2019-02-09 (234 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190203)
  Lpstat:
   device for HP_LaserJet_CM1415fn_44A808_: 
implicitclass://HP_LaserJet_CM1415fn_44A808_/
   device for Samsung_C48x_Series_SEC84251900EE44_: 
implicitclass://Samsung_C48x_Series_SEC84251900EE44_/
  MachineType: Dell Inc. Latitude E6530
  Papersize: letter
  PpdFiles:
   HP_LaserJet_CM1415fn_44A808_: LaserJet CM1415fn - IPP Everywhere
   Samsung_C48x_Series_SEC84251900EE44_: C48x Series - IPP Everywhere
  ProcAttrCurrent: /usr/sbin/cupsd (enforce)
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-5.3.0-16-generic 
root=UUID=4cc2c833-0db9-4a3d-84d1-9f00f5785fca ro quiet splash vt.handoff=7
  ProcEnviron:
   LANG=de_DE.UTF-8
   PATH=(custom, no user)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-16-generic 
root=UUID=4cc2c833-0db9-4a3d-84d1-9f00f5785fca ro quiet splash vt.handoff=7
  Signal: 6
  SourcePackage: cups
  StacktraceTop:
   __libc_message (action=action@entry=do_abort, fmt=fmt@entry=0x7f923ecb83a5 
"%s\n") at ../sysdeps/posix/libc_fatal.c:181
   malloc_printerr (str=str@entry=0x7f923ecb652a "free(): invalid pointer") at 
malloc.c:5332
   _int_free (av=, p=, have_lock=0) at 
malloc.c:4173
   ?? () from /lib/x86_64-linux-gnu/libcups.so.2
   ippDelete () from /lib/x86_64-linux-gnu/libcups.so.2
  Title: cupsd assert failure: free(): invalid pointer
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 11/30/2018
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A22
  dmi.board.name: 07Y85M
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA22:bd11/30/2018:svnDellInc.:pnLatitudeE6530:pvr01:rvnDellInc.:rn07Y85M:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E6530
  dmi.product.sku: Latitude E6530
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  separator:

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1915181] Re: cups crashes with SIGABRT every other printing attempt

2021-02-10 Thread Nicolas Joyard
Looks like it may be a duplicate of
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1846334. The
backtrace I got from the core dump locates the errorneous free() call in
ippDelete as well. Plus it's also a samsung printer.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1915181

Title:
  cups crashes with SIGABRT every other printing attempt

Status in cups package in Ubuntu:
  New

Bug description:
  Using ubuntu 20.10, cups 2.3.3-3ubuntu1, with a networked Samsung C480
  printer (was automatically detected and set up on installation of the
  system).

  Every other attempt to print fails with a varying message depending on
  the printing app (eg. on libreoffice write, "Cannot start printer").
  Waiting a few minutes and retrying prints successfully.

  Looking at cups.service journal messages while attempting to print, it
  looks like the second printing attempt crashes cupsd

  cupsd[]: free(): invalid pointer
  systemd[1]: cups.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: cups.service: Failed with result core-dump

  The service then proceeds to restart after a few seconds, and trying
  to print again succeeds. Trying to print once more thereafter triggers
  the issue again.

  Cuspd's error_log shows nothing happening around the crash (it does
  show some "org.freedesktop.ColorManager.AlreadyExists" error messages
  on restart, but I figured this would be normal, I can see the same
  message on other machines that have no printing issues).

  This is a pretty standard (and recent) ubuntu install, with not much
  customized; in particular no apport custom config was made, and
  nothing was configured on cups side or ubuntu print settings,
  everything is set up as it was autodetected on install.

  The same printer works flawlessly on a different computer using Arch
  and cups 2.3.3 as well (albeit without any ubuntu patches, obviously).

  ---

  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu50.5
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.10
  InstallationDate: Installed on 2021-01-28 (12 days ago)
  InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
  KernLog:
  Lpstat:
   device for Samsung_C48x_Series_SEC842519933D78_: 
implicitclass://Samsung_C48x_Series_SEC842519933D78_/
  MachineType: ASUSTeK COMPUTER INC. ZenBook UX434DA_UM433DA
  Package: cups 2.3.3-3ubuntu1
  PackageArchitecture: amd64
  Papersize: a4
  PpdFiles:
   Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/Samsung_C48x_Series_SEC842519933D78_.ppd'] failed with exit code 
2: grep: /etc/cups/ppd/Samsung_C48x_Series_SEC842519933D78_.ppd: Permission 
denied
  ProcCmdline: BOOT_IMAGE=/vmlinuz-5.8.0-41-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash resume=/dev/mapper/vgubuntu-root 
resume_offset=6731776
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.8.0-41-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash resume=/dev/mapper/vgubuntu-root 
resume_offset=6731776
  ProcVersionSignature: Ubuntu 5.8.0-41.46-generic 5.8.18
  RebootRequiredPkgs: linux-image-5.8.0-43-generic linux-base
  Tags: groovy
  Uname: Linux 5.8.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo _MarkForUpload: 
True

  dmi.bios.date: 09/05/2019
  dmi.bios.release: 5.14
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX434DA_UM433DA.302
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX434DA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX434DA_UM433DA.302:bd09/05/2019:br5.14:svnASUSTeKCOMPUTERINC.:pnZenBookUX434DA_UM433DA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX434DA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: ZenBook
  dmi.product.name: ZenBook UX434DA_UM433DA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1915181] Re: cups crashes with SIGABRT every other printing attempt

2021-02-09 Thread Nicolas Joyard
** Description changed:

  Using ubuntu 20.10, cups 2.3.3-3ubuntu1, with a networked Samsung C480
  printer (was automatically detected and set up on installation of the
  system).
  
  Every other attempt to print fails with a varying message depending on
  the printing app (eg. on libreoffice write, "Cannot start printer").
  Waiting a few minutes and retrying prints successfully.
  
  Looking at cups.service journal messages while attempting to print, it
  looks like the second printing attempt crashes cupsd
  
  cupsd[]: free(): invalid pointer
  systemd[1]: cups.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: cups.service: Failed with result core-dump
  
  The service then proceeds to restart after a few seconds, and trying to
  print again succeeds. Trying to print once more thereafter triggers the
  issue again.
  
- I could not find a trace of the coredump, and cuspd's error_log shows
- nothing happening around the crash (it does show some
- "org.freedesktop.ColorManager.AlreadyExists" error messages on restart,
- but I figured this would be normal, I can see the same message on other
- machines that have no printing issues).
- 
- I would expect this kind of event to trigger an apport report, but there
- is no apport popup when it happens. Maybe because it's not a user
- process, not sure (this is not my usual setup, I've not been using
- Ubuntu for years).
+ Cuspd's error_log shows nothing happening around the crash (it does show
+ some "org.freedesktop.ColorManager.AlreadyExists" error messages on
+ restart, but I figured this would be normal, I can see the same message
+ on other machines that have no printing issues).
  
  This is a pretty standard (and recent) ubuntu install, with not much
  customized; in particular no apport custom config was made, and nothing
  was configured on cups side or ubuntu print settings, everything is set
  up as it was autodetected on install.
  
  The same printer works flawlessly on a different computer using Arch and
  cups 2.3.3 as well (albeit without any ubuntu patches, obviously).
  
  ---
  
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu50.5
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.10
  InstallationDate: Installed on 2021-01-28 (12 days ago)
  InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
  KernLog:
  Lpstat:
-  device for Samsung_C48x_Series_SEC842519933D78_: 
implicitclass://Samsung_C48x_Series_SEC842519933D78_/
+  device for Samsung_C48x_Series_SEC842519933D78_: 
implicitclass://Samsung_C48x_Series_SEC842519933D78_/
  MachineType: ASUSTeK COMPUTER INC. ZenBook UX434DA_UM433DA
  Package: cups 2.3.3-3ubuntu1
  PackageArchitecture: amd64
  Papersize: a4
  PpdFiles:
-  Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/Samsung_C48x_Series_SEC842519933D78_.ppd'] failed with exit code 
2: grep: /etc/cups/ppd/Samsung_C48x_Series_SEC842519933D78_.ppd: Permission 
denied
+  Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/Samsung_C48x_Series_SEC842519933D78_.ppd'] failed with exit code 
2: grep: /etc/cups/ppd/Samsung_C48x_Series_SEC842519933D78_.ppd: Permission 
denied
  ProcCmdline: BOOT_IMAGE=/vmlinuz-5.8.0-41-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash resume=/dev/mapper/vgubuntu-root 
resume_offset=6731776
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=fr_FR.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=fr_FR.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.8.0-41-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash resume=/dev/mapper/vgubuntu-root 
resume_offset=6731776
  ProcVersionSignature: Ubuntu 5.8.0-41.46-generic 5.8.18
  RebootRequiredPkgs: linux-image-5.8.0-43-generic linux-base
  Tags: groovy
  Uname: Linux 5.8.0-41-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo _MarkForUpload: 
True
  
  dmi.bios.date: 09/05/2019
  dmi.bios.release: 5.14
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX434DA_UM433DA.302
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX434DA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX434DA_UM433DA.302:bd09/05/2019:br5.14:svnASUSTeKCOMPUTERINC.:pnZenBookUX434DA_UM433DA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX434DA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: ZenBook
  dmi.product.name: ZenBook UX434DA_UM433DA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.

[Touch-packages] [Bug 1915181] Re: cups crashes with SIGABRT every other printing attempt

2021-02-09 Thread Nicolas Joyard
** Description changed:

  Using ubuntu 20.10, cups 2.3.3-3ubuntu1, with a networked Samsung C480
  printer (was automatically detected and set up on installation of the
  system).
  
  Every other attempt to print fails with a varying message depending on
  the printing app (eg. on libreoffice write, "Cannot start printer").
  Waiting a few minutes and retrying prints successfully.
  
  Looking at cups.service journal messages while attempting to print, it
  looks like the second printing attempt crashes cupsd
  
  cupsd[]: free(): invalid pointer
  systemd[1]: cups.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: cups.service: Failed with result core-dump
  
  The service then proceeds to restart after a few seconds, and trying to
  print again succeeds. Trying to print once more thereafter triggers the
  issue again.
  
  I could not find a trace of the coredump, and cuspd's error_log shows
  nothing happening around the crash (it does show some
  "org.freedesktop.ColorManager.AlreadyExists" error messages on restart,
  but I figured this would be normal, I can see the same message on other
  machines that have no printing issues).
  
  I would expect this kind of event to trigger an apport report, but there
  is no apport popup when it happens. Maybe because it's not a user
  process, not sure (this is not my usual setup, I've not been using
  Ubuntu for years).
  
  This is a pretty standard (and recent) ubuntu install, with not much
  customized; in particular no apport custom config was made, and nothing
  was configured on cups side or ubuntu print settings, everything is set
  up as it was autodetected on install.
  
  The same printer works flawlessly on a different computer using Arch and
  cups 2.3.3 as well (albeit without any ubuntu patches, obviously).
+ 
+ ---
+ 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu50.5
+ Architecture: amd64
+ CasperMD5CheckResult: skip
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 20.10
+ InstallationDate: Installed on 2021-01-28 (12 days ago)
+ InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
+ KernLog:
+ Lpstat:
+  device for Samsung_C48x_Series_SEC842519933D78_: 
implicitclass://Samsung_C48x_Series_SEC842519933D78_/
+ MachineType: ASUSTeK COMPUTER INC. ZenBook UX434DA_UM433DA
+ Package: cups 2.3.3-3ubuntu1
+ PackageArchitecture: amd64
+ Papersize: a4
+ PpdFiles:
+  Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/Samsung_C48x_Series_SEC842519933D78_.ppd'] failed with exit code 
2: grep: /etc/cups/ppd/Samsung_C48x_Series_SEC842519933D78_.ppd: Permission 
denied
+ ProcCmdline: BOOT_IMAGE=/vmlinuz-5.8.0-41-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash resume=/dev/mapper/vgubuntu-root 
resume_offset=6731776
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=fr_FR.UTF-8
+  SHELL=/bin/bash
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.8.0-41-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash resume=/dev/mapper/vgubuntu-root 
resume_offset=6731776
+ ProcVersionSignature: Ubuntu 5.8.0-41.46-generic 5.8.18
+ RebootRequiredPkgs: linux-image-5.8.0-43-generic linux-base
+ Tags: groovy
+ Uname: Linux 5.8.0-41-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo _MarkForUpload: 
True
+ 
+ dmi.bios.date: 09/05/2019
+ dmi.bios.release: 5.14
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: UX434DA_UM433DA.302
+ dmi.board.asset.tag: ATN12345678901234567
+ dmi.board.name: UX434DA
+ dmi.board.vendor: ASUSTeK COMPUTER INC.
+ dmi.board.version: 1.0
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: ASUSTeK COMPUTER INC.
+ dmi.chassis.version: 1.0
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX434DA_UM433DA.302:bd09/05/2019:br5.14:svnASUSTeKCOMPUTERINC.:pnZenBookUX434DA_UM433DA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX434DA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
+ dmi.product.family: ZenBook
+ dmi.product.name: ZenBook UX434DA_UM433DA
+ dmi.product.version: 1.0
+ dmi.sys.vendor: ASUSTeK COMPUTER INC.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1915181

Title:
  cups crashes with SIGABRT every other printing attempt

Status in cups package in Ubuntu:
  New

Bug description:
  Using ubuntu 20.10, cups 2.3.3-3ubuntu1, with a networked Samsung C480
  printer (was automatically detected and set up on installation of the
  system).

  Every other attempt to print fails with a varying message depending on
  the printing app (eg. on libreoffice write, "Cannot start printer").
  Waiting a few minutes and retrying prints successfully.

  Looking at cups.service journal messages while attempting to print, it
  looks like the second printing attempt crashes cupsd

  cupsd[]: free(): invalid pointer
  

[Touch-packages] [Bug 1915181] Re: cups crashes with SIGABRT every other printing attempt

2021-02-09 Thread Nicolas Joyard
I managed to find a core dump for one of those crashes.

** Attachment added: "cupsd core dump"
   
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1915181/+attachment/5462043/+files/_usr_sbin_cupsd.0.crash

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1915181

Title:
  cups crashes with SIGABRT every other printing attempt

Status in cups package in Ubuntu:
  New

Bug description:
  Using ubuntu 20.10, cups 2.3.3-3ubuntu1, with a networked Samsung C480
  printer (was automatically detected and set up on installation of the
  system).

  Every other attempt to print fails with a varying message depending on
  the printing app (eg. on libreoffice write, "Cannot start printer").
  Waiting a few minutes and retrying prints successfully.

  Looking at cups.service journal messages while attempting to print, it
  looks like the second printing attempt crashes cupsd

  cupsd[]: free(): invalid pointer
  systemd[1]: cups.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: cups.service: Failed with result core-dump

  The service then proceeds to restart after a few seconds, and trying
  to print again succeeds. Trying to print once more thereafter triggers
  the issue again.

  I could not find a trace of the coredump, and cuspd's error_log shows
  nothing happening around the crash (it does show some
  "org.freedesktop.ColorManager.AlreadyExists" error messages on
  restart, but I figured this would be normal, I can see the same
  message on other machines that have no printing issues).

  I would expect this kind of event to trigger an apport report, but
  there is no apport popup when it happens. Maybe because it's not a
  user process, not sure (this is not my usual setup, I've not been
  using Ubuntu for years).

  This is a pretty standard (and recent) ubuntu install, with not much
  customized; in particular no apport custom config was made, and
  nothing was configured on cups side or ubuntu print settings,
  everything is set up as it was autodetected on install.

  The same printer works flawlessly on a different computer using Arch
  and cups 2.3.3 as well (albeit without any ubuntu patches, obviously).

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1915181] acpidump.txt

2021-02-09 Thread Nicolas Joyard
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1915181/+attachment/5461772/+files/acpidump.txt

** Description changed:

- Using ubuntu 20.04, cups 2.3.3-3ubuntu1, with a networked Samsung C480
+ Using ubuntu 20.10, cups 2.3.3-3ubuntu1, with a networked Samsung C480
  printer (was automatically detected and set up on installation of the
  system).
  
  Every other attempt to print fails with a varying message depending on
  the printing app (eg. on libreoffice write, "Cannot start printer").
  Waiting a few minutes and retrying prints successfully.
  
  Looking at cups.service journal messages while attempting to print, it
  looks like the second printing attempt crashes cupsd
  
  cupsd[]: free(): invalid pointer
  systemd[1]: cups.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: cups.service: Failed with result core-dump
  
  The service then proceeds to restart after a few seconds, and trying to
  print again succeeds. Trying to print once more thereafter triggers the
  issue again.
  
  I could not find a trace of the coredump, and cuspd's error_log shows
  nothing happening around the crash (it does show some
  "org.freedesktop.ColorManager.AlreadyExists" error messages on restart,
  but I figured this would be normal, I can see the same message on other
  machines that have no printing issues).
  
  I would expect this kind of event to trigger an apport report, but there
  is no apport popup when it happens. Maybe because it's not a user
  process, not sure (this is not my usual setup, I've not been using
  Ubuntu for years).
  
  This is a pretty standard (and recent) ubuntu install, with not much
  customized; in particular no apport custom config was made, and nothing
  was configured on cups side or ubuntu print settings, everything is set
  up as it was autodetected on install.
  
- The same printer works flawlessly on a different computer using Arch and cups 
2.3.3 as well (albeit without any ubuntu patches, obviously).
- --- 
- ProblemType: Bug
- ApportVersion: 2.20.11-0ubuntu50.5
- Architecture: amd64
- CasperMD5CheckResult: skip
- CurrentDesktop: ubuntu:GNOME
- DistroRelease: Ubuntu 20.10
- InstallationDate: Installed on 2021-01-28 (12 days ago)
- InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
- KernLog:
-  
- Lpstat: device for Samsung_C48x_Series_SEC842519933D78_: 
implicitclass://Samsung_C48x_Series_SEC842519933D78_/
- MachineType: ASUSTeK COMPUTER INC. ZenBook UX434DA_UM433DA
- Package: cups 2.3.3-3ubuntu1
- PackageArchitecture: amd64
- Papersize: a4
- PpdFiles: Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/Samsung_C48x_Series_SEC842519933D78_.ppd'] failed with exit code 
2: grep: /etc/cups/ppd/Samsung_C48x_Series_SEC842519933D78_.ppd: Permission 
denied
- ProcCmdline: BOOT_IMAGE=/vmlinuz-5.8.0-41-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash resume=/dev/mapper/vgubuntu-root 
resume_offset=6731776
- ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=fr_FR.UTF-8
-  SHELL=/bin/bash
- ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.8.0-41-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash resume=/dev/mapper/vgubuntu-root 
resume_offset=6731776
- ProcVersionSignature: Ubuntu 5.8.0-41.46-generic 5.8.18
- RebootRequiredPkgs:
-  linux-image-5.8.0-43-generic
-  linux-base
- Tags:  groovy
- Uname: Linux 5.8.0-41-generic x86_64
- UpgradeStatus: No upgrade log present (probably fresh install)
- UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
- _MarkForUpload: True
- dmi.bios.date: 09/05/2019
- dmi.bios.release: 5.14
- dmi.bios.vendor: American Megatrends Inc.
- dmi.bios.version: UX434DA_UM433DA.302
- dmi.board.asset.tag: ATN12345678901234567
- dmi.board.name: UX434DA
- dmi.board.vendor: ASUSTeK COMPUTER INC.
- dmi.board.version: 1.0
- dmi.chassis.asset.tag: No Asset Tag
- dmi.chassis.type: 10
- dmi.chassis.vendor: ASUSTeK COMPUTER INC.
- dmi.chassis.version: 1.0
- dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX434DA_UM433DA.302:bd09/05/2019:br5.14:svnASUSTeKCOMPUTERINC.:pnZenBookUX434DA_UM433DA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX434DA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
- dmi.product.family: ZenBook
- dmi.product.name: ZenBook UX434DA_UM433DA
- dmi.product.version: 1.0
- dmi.sys.vendor: ASUSTeK COMPUTER INC.
+ The same printer works flawlessly on a different computer using Arch and
+ cups 2.3.3 as well (albeit without any ubuntu patches, obviously).

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1915181

Title:
  cups crashes with SIGABRT every other printing attempt

Status in cups package in Ubuntu:
  New

Bug description:
  Using ubuntu 20.10, cups 2.3.3-3ubuntu1, with a networked Samsung C480
  printer (was automatically detected and set up on installation of the
  system).

  Every other attempt 

[Touch-packages] [Bug 1915181] UdevDb.txt

2021-02-09 Thread Nicolas Joyard
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1915181/+attachment/5461771/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1915181

Title:
  cups crashes with SIGABRT every other printing attempt

Status in cups package in Ubuntu:
  New

Bug description:
  Using ubuntu 20.10, cups 2.3.3-3ubuntu1, with a networked Samsung C480
  printer (was automatically detected and set up on installation of the
  system).

  Every other attempt to print fails with a varying message depending on
  the printing app (eg. on libreoffice write, "Cannot start printer").
  Waiting a few minutes and retrying prints successfully.

  Looking at cups.service journal messages while attempting to print, it
  looks like the second printing attempt crashes cupsd

  cupsd[]: free(): invalid pointer
  systemd[1]: cups.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: cups.service: Failed with result core-dump

  The service then proceeds to restart after a few seconds, and trying
  to print again succeeds. Trying to print once more thereafter triggers
  the issue again.

  I could not find a trace of the coredump, and cuspd's error_log shows
  nothing happening around the crash (it does show some
  "org.freedesktop.ColorManager.AlreadyExists" error messages on
  restart, but I figured this would be normal, I can see the same
  message on other machines that have no printing issues).

  I would expect this kind of event to trigger an apport report, but
  there is no apport popup when it happens. Maybe because it's not a
  user process, not sure (this is not my usual setup, I've not been
  using Ubuntu for years).

  This is a pretty standard (and recent) ubuntu install, with not much
  customized; in particular no apport custom config was made, and
  nothing was configured on cups side or ubuntu print settings,
  everything is set up as it was autodetected on install.

  The same printer works flawlessly on a different computer using Arch
  and cups 2.3.3 as well (albeit without any ubuntu patches, obviously).

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1915181] ProcModules.txt

2021-02-09 Thread Nicolas Joyard
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1915181/+attachment/5461770/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1915181

Title:
  cups crashes with SIGABRT every other printing attempt

Status in cups package in Ubuntu:
  New

Bug description:
  Using ubuntu 20.10, cups 2.3.3-3ubuntu1, with a networked Samsung C480
  printer (was automatically detected and set up on installation of the
  system).

  Every other attempt to print fails with a varying message depending on
  the printing app (eg. on libreoffice write, "Cannot start printer").
  Waiting a few minutes and retrying prints successfully.

  Looking at cups.service journal messages while attempting to print, it
  looks like the second printing attempt crashes cupsd

  cupsd[]: free(): invalid pointer
  systemd[1]: cups.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: cups.service: Failed with result core-dump

  The service then proceeds to restart after a few seconds, and trying
  to print again succeeds. Trying to print once more thereafter triggers
  the issue again.

  I could not find a trace of the coredump, and cuspd's error_log shows
  nothing happening around the crash (it does show some
  "org.freedesktop.ColorManager.AlreadyExists" error messages on
  restart, but I figured this would be normal, I can see the same
  message on other machines that have no printing issues).

  I would expect this kind of event to trigger an apport report, but
  there is no apport popup when it happens. Maybe because it's not a
  user process, not sure (this is not my usual setup, I've not been
  using Ubuntu for years).

  This is a pretty standard (and recent) ubuntu install, with not much
  customized; in particular no apport custom config was made, and
  nothing was configured on cups side or ubuntu print settings,
  everything is set up as it was autodetected on install.

  The same printer works flawlessly on a different computer using Arch
  and cups 2.3.3 as well (albeit without any ubuntu patches, obviously).

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1915181] ProcInterrupts.txt

2021-02-09 Thread Nicolas Joyard
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1915181/+attachment/5461769/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1915181

Title:
  cups crashes with SIGABRT every other printing attempt

Status in cups package in Ubuntu:
  New

Bug description:
  Using ubuntu 20.10, cups 2.3.3-3ubuntu1, with a networked Samsung C480
  printer (was automatically detected and set up on installation of the
  system).

  Every other attempt to print fails with a varying message depending on
  the printing app (eg. on libreoffice write, "Cannot start printer").
  Waiting a few minutes and retrying prints successfully.

  Looking at cups.service journal messages while attempting to print, it
  looks like the second printing attempt crashes cupsd

  cupsd[]: free(): invalid pointer
  systemd[1]: cups.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: cups.service: Failed with result core-dump

  The service then proceeds to restart after a few seconds, and trying
  to print again succeeds. Trying to print once more thereafter triggers
  the issue again.

  I could not find a trace of the coredump, and cuspd's error_log shows
  nothing happening around the crash (it does show some
  "org.freedesktop.ColorManager.AlreadyExists" error messages on
  restart, but I figured this would be normal, I can see the same
  message on other machines that have no printing issues).

  I would expect this kind of event to trigger an apport report, but
  there is no apport popup when it happens. Maybe because it's not a
  user process, not sure (this is not my usual setup, I've not been
  using Ubuntu for years).

  This is a pretty standard (and recent) ubuntu install, with not much
  customized; in particular no apport custom config was made, and
  nothing was configured on cups side or ubuntu print settings,
  everything is set up as it was autodetected on install.

  The same printer works flawlessly on a different computer using Arch
  and cups 2.3.3 as well (albeit without any ubuntu patches, obviously).

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1915181] ProcCpuinfoMinimal.txt

2021-02-09 Thread Nicolas Joyard
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1915181/+attachment/5461768/+files/ProcCpuinfoMinimal.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1915181

Title:
  cups crashes with SIGABRT every other printing attempt

Status in cups package in Ubuntu:
  New

Bug description:
  Using ubuntu 20.10, cups 2.3.3-3ubuntu1, with a networked Samsung C480
  printer (was automatically detected and set up on installation of the
  system).

  Every other attempt to print fails with a varying message depending on
  the printing app (eg. on libreoffice write, "Cannot start printer").
  Waiting a few minutes and retrying prints successfully.

  Looking at cups.service journal messages while attempting to print, it
  looks like the second printing attempt crashes cupsd

  cupsd[]: free(): invalid pointer
  systemd[1]: cups.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: cups.service: Failed with result core-dump

  The service then proceeds to restart after a few seconds, and trying
  to print again succeeds. Trying to print once more thereafter triggers
  the issue again.

  I could not find a trace of the coredump, and cuspd's error_log shows
  nothing happening around the crash (it does show some
  "org.freedesktop.ColorManager.AlreadyExists" error messages on
  restart, but I figured this would be normal, I can see the same
  message on other machines that have no printing issues).

  I would expect this kind of event to trigger an apport report, but
  there is no apport popup when it happens. Maybe because it's not a
  user process, not sure (this is not my usual setup, I've not been
  using Ubuntu for years).

  This is a pretty standard (and recent) ubuntu install, with not much
  customized; in particular no apport custom config was made, and
  nothing was configured on cups side or ubuntu print settings,
  everything is set up as it was autodetected on install.

  The same printer works flawlessly on a different computer using Arch
  and cups 2.3.3 as well (albeit without any ubuntu patches, obviously).

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1915181] ProcCpuinfo.txt

2021-02-09 Thread Nicolas Joyard
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1915181/+attachment/5461767/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1915181

Title:
  cups crashes with SIGABRT every other printing attempt

Status in cups package in Ubuntu:
  New

Bug description:
  Using ubuntu 20.10, cups 2.3.3-3ubuntu1, with a networked Samsung C480
  printer (was automatically detected and set up on installation of the
  system).

  Every other attempt to print fails with a varying message depending on
  the printing app (eg. on libreoffice write, "Cannot start printer").
  Waiting a few minutes and retrying prints successfully.

  Looking at cups.service journal messages while attempting to print, it
  looks like the second printing attempt crashes cupsd

  cupsd[]: free(): invalid pointer
  systemd[1]: cups.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: cups.service: Failed with result core-dump

  The service then proceeds to restart after a few seconds, and trying
  to print again succeeds. Trying to print once more thereafter triggers
  the issue again.

  I could not find a trace of the coredump, and cuspd's error_log shows
  nothing happening around the crash (it does show some
  "org.freedesktop.ColorManager.AlreadyExists" error messages on
  restart, but I figured this would be normal, I can see the same
  message on other machines that have no printing issues).

  I would expect this kind of event to trigger an apport report, but
  there is no apport popup when it happens. Maybe because it's not a
  user process, not sure (this is not my usual setup, I've not been
  using Ubuntu for years).

  This is a pretty standard (and recent) ubuntu install, with not much
  customized; in particular no apport custom config was made, and
  nothing was configured on cups side or ubuntu print settings,
  everything is set up as it was autodetected on install.

  The same printer works flawlessly on a different computer using Arch
  and cups 2.3.3 as well (albeit without any ubuntu patches, obviously).

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1915181] PrintingPackages.txt

2021-02-09 Thread Nicolas Joyard
apport information

** Attachment added: "PrintingPackages.txt"
   
https://bugs.launchpad.net/bugs/1915181/+attachment/5461766/+files/PrintingPackages.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1915181

Title:
  cups crashes with SIGABRT every other printing attempt

Status in cups package in Ubuntu:
  New

Bug description:
  Using ubuntu 20.10, cups 2.3.3-3ubuntu1, with a networked Samsung C480
  printer (was automatically detected and set up on installation of the
  system).

  Every other attempt to print fails with a varying message depending on
  the printing app (eg. on libreoffice write, "Cannot start printer").
  Waiting a few minutes and retrying prints successfully.

  Looking at cups.service journal messages while attempting to print, it
  looks like the second printing attempt crashes cupsd

  cupsd[]: free(): invalid pointer
  systemd[1]: cups.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: cups.service: Failed with result core-dump

  The service then proceeds to restart after a few seconds, and trying
  to print again succeeds. Trying to print once more thereafter triggers
  the issue again.

  I could not find a trace of the coredump, and cuspd's error_log shows
  nothing happening around the crash (it does show some
  "org.freedesktop.ColorManager.AlreadyExists" error messages on
  restart, but I figured this would be normal, I can see the same
  message on other machines that have no printing issues).

  I would expect this kind of event to trigger an apport report, but
  there is no apport popup when it happens. Maybe because it's not a
  user process, not sure (this is not my usual setup, I've not been
  using Ubuntu for years).

  This is a pretty standard (and recent) ubuntu install, with not much
  customized; in particular no apport custom config was made, and
  nothing was configured on cups side or ubuntu print settings,
  everything is set up as it was autodetected on install.

  The same printer works flawlessly on a different computer using Arch
  and cups 2.3.3 as well (albeit without any ubuntu patches, obviously).

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1915181] Lsusb-t.txt

2021-02-09 Thread Nicolas Joyard
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1915181/+attachment/5461764/+files/Lsusb-t.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1915181

Title:
  cups crashes with SIGABRT every other printing attempt

Status in cups package in Ubuntu:
  New

Bug description:
  Using ubuntu 20.10, cups 2.3.3-3ubuntu1, with a networked Samsung C480
  printer (was automatically detected and set up on installation of the
  system).

  Every other attempt to print fails with a varying message depending on
  the printing app (eg. on libreoffice write, "Cannot start printer").
  Waiting a few minutes and retrying prints successfully.

  Looking at cups.service journal messages while attempting to print, it
  looks like the second printing attempt crashes cupsd

  cupsd[]: free(): invalid pointer
  systemd[1]: cups.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: cups.service: Failed with result core-dump

  The service then proceeds to restart after a few seconds, and trying
  to print again succeeds. Trying to print once more thereafter triggers
  the issue again.

  I could not find a trace of the coredump, and cuspd's error_log shows
  nothing happening around the crash (it does show some
  "org.freedesktop.ColorManager.AlreadyExists" error messages on
  restart, but I figured this would be normal, I can see the same
  message on other machines that have no printing issues).

  I would expect this kind of event to trigger an apport report, but
  there is no apport popup when it happens. Maybe because it's not a
  user process, not sure (this is not my usual setup, I've not been
  using Ubuntu for years).

  This is a pretty standard (and recent) ubuntu install, with not much
  customized; in particular no apport custom config was made, and
  nothing was configured on cups side or ubuntu print settings,
  everything is set up as it was autodetected on install.

  The same printer works flawlessly on a different computer using Arch
  and cups 2.3.3 as well (albeit without any ubuntu patches, obviously).

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1915181] Lsusb-v.txt

2021-02-09 Thread Nicolas Joyard
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1915181/+attachment/5461765/+files/Lsusb-v.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1915181

Title:
  cups crashes with SIGABRT every other printing attempt

Status in cups package in Ubuntu:
  New

Bug description:
  Using ubuntu 20.10, cups 2.3.3-3ubuntu1, with a networked Samsung C480
  printer (was automatically detected and set up on installation of the
  system).

  Every other attempt to print fails with a varying message depending on
  the printing app (eg. on libreoffice write, "Cannot start printer").
  Waiting a few minutes and retrying prints successfully.

  Looking at cups.service journal messages while attempting to print, it
  looks like the second printing attempt crashes cupsd

  cupsd[]: free(): invalid pointer
  systemd[1]: cups.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: cups.service: Failed with result core-dump

  The service then proceeds to restart after a few seconds, and trying
  to print again succeeds. Trying to print once more thereafter triggers
  the issue again.

  I could not find a trace of the coredump, and cuspd's error_log shows
  nothing happening around the crash (it does show some
  "org.freedesktop.ColorManager.AlreadyExists" error messages on
  restart, but I figured this would be normal, I can see the same
  message on other machines that have no printing issues).

  I would expect this kind of event to trigger an apport report, but
  there is no apport popup when it happens. Maybe because it's not a
  user process, not sure (this is not my usual setup, I've not been
  using Ubuntu for years).

  This is a pretty standard (and recent) ubuntu install, with not much
  customized; in particular no apport custom config was made, and
  nothing was configured on cups side or ubuntu print settings,
  everything is set up as it was autodetected on install.

  The same printer works flawlessly on a different computer using Arch
  and cups 2.3.3 as well (albeit without any ubuntu patches, obviously).

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1915181] Lspci-vt.txt

2021-02-09 Thread Nicolas Joyard
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1915181/+attachment/5461762/+files/Lspci-vt.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1915181

Title:
  cups crashes with SIGABRT every other printing attempt

Status in cups package in Ubuntu:
  New

Bug description:
  Using ubuntu 20.10, cups 2.3.3-3ubuntu1, with a networked Samsung C480
  printer (was automatically detected and set up on installation of the
  system).

  Every other attempt to print fails with a varying message depending on
  the printing app (eg. on libreoffice write, "Cannot start printer").
  Waiting a few minutes and retrying prints successfully.

  Looking at cups.service journal messages while attempting to print, it
  looks like the second printing attempt crashes cupsd

  cupsd[]: free(): invalid pointer
  systemd[1]: cups.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: cups.service: Failed with result core-dump

  The service then proceeds to restart after a few seconds, and trying
  to print again succeeds. Trying to print once more thereafter triggers
  the issue again.

  I could not find a trace of the coredump, and cuspd's error_log shows
  nothing happening around the crash (it does show some
  "org.freedesktop.ColorManager.AlreadyExists" error messages on
  restart, but I figured this would be normal, I can see the same
  message on other machines that have no printing issues).

  I would expect this kind of event to trigger an apport report, but
  there is no apport popup when it happens. Maybe because it's not a
  user process, not sure (this is not my usual setup, I've not been
  using Ubuntu for years).

  This is a pretty standard (and recent) ubuntu install, with not much
  customized; in particular no apport custom config was made, and
  nothing was configured on cups side or ubuntu print settings,
  everything is set up as it was autodetected on install.

  The same printer works flawlessly on a different computer using Arch
  and cups 2.3.3 as well (albeit without any ubuntu patches, obviously).

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1915181] Lspci.txt

2021-02-09 Thread Nicolas Joyard
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1915181/+attachment/5461761/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1915181

Title:
  cups crashes with SIGABRT every other printing attempt

Status in cups package in Ubuntu:
  New

Bug description:
  Using ubuntu 20.10, cups 2.3.3-3ubuntu1, with a networked Samsung C480
  printer (was automatically detected and set up on installation of the
  system).

  Every other attempt to print fails with a varying message depending on
  the printing app (eg. on libreoffice write, "Cannot start printer").
  Waiting a few minutes and retrying prints successfully.

  Looking at cups.service journal messages while attempting to print, it
  looks like the second printing attempt crashes cupsd

  cupsd[]: free(): invalid pointer
  systemd[1]: cups.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: cups.service: Failed with result core-dump

  The service then proceeds to restart after a few seconds, and trying
  to print again succeeds. Trying to print once more thereafter triggers
  the issue again.

  I could not find a trace of the coredump, and cuspd's error_log shows
  nothing happening around the crash (it does show some
  "org.freedesktop.ColorManager.AlreadyExists" error messages on
  restart, but I figured this would be normal, I can see the same
  message on other machines that have no printing issues).

  I would expect this kind of event to trigger an apport report, but
  there is no apport popup when it happens. Maybe because it's not a
  user process, not sure (this is not my usual setup, I've not been
  using Ubuntu for years).

  This is a pretty standard (and recent) ubuntu install, with not much
  customized; in particular no apport custom config was made, and
  nothing was configured on cups side or ubuntu print settings,
  everything is set up as it was autodetected on install.

  The same printer works flawlessly on a different computer using Arch
  and cups 2.3.3 as well (albeit without any ubuntu patches, obviously).

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1915181] Locale.txt

2021-02-09 Thread Nicolas Joyard
apport information

** Attachment added: "Locale.txt"
   https://bugs.launchpad.net/bugs/1915181/+attachment/5461760/+files/Locale.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1915181

Title:
  cups crashes with SIGABRT every other printing attempt

Status in cups package in Ubuntu:
  New

Bug description:
  Using ubuntu 20.10, cups 2.3.3-3ubuntu1, with a networked Samsung C480
  printer (was automatically detected and set up on installation of the
  system).

  Every other attempt to print fails with a varying message depending on
  the printing app (eg. on libreoffice write, "Cannot start printer").
  Waiting a few minutes and retrying prints successfully.

  Looking at cups.service journal messages while attempting to print, it
  looks like the second printing attempt crashes cupsd

  cupsd[]: free(): invalid pointer
  systemd[1]: cups.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: cups.service: Failed with result core-dump

  The service then proceeds to restart after a few seconds, and trying
  to print again succeeds. Trying to print once more thereafter triggers
  the issue again.

  I could not find a trace of the coredump, and cuspd's error_log shows
  nothing happening around the crash (it does show some
  "org.freedesktop.ColorManager.AlreadyExists" error messages on
  restart, but I figured this would be normal, I can see the same
  message on other machines that have no printing issues).

  I would expect this kind of event to trigger an apport report, but
  there is no apport popup when it happens. Maybe because it's not a
  user process, not sure (this is not my usual setup, I've not been
  using Ubuntu for years).

  This is a pretty standard (and recent) ubuntu install, with not much
  customized; in particular no apport custom config was made, and
  nothing was configured on cups side or ubuntu print settings,
  everything is set up as it was autodetected on install.

  The same printer works flawlessly on a different computer using Arch
  and cups 2.3.3 as well (albeit without any ubuntu patches, obviously).

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1915181] Dependencies.txt

2021-02-09 Thread Nicolas Joyard
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1915181/+attachment/5461759/+files/Dependencies.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1915181

Title:
  cups crashes with SIGABRT every other printing attempt

Status in cups package in Ubuntu:
  New

Bug description:
  Using ubuntu 20.10, cups 2.3.3-3ubuntu1, with a networked Samsung C480
  printer (was automatically detected and set up on installation of the
  system).

  Every other attempt to print fails with a varying message depending on
  the printing app (eg. on libreoffice write, "Cannot start printer").
  Waiting a few minutes and retrying prints successfully.

  Looking at cups.service journal messages while attempting to print, it
  looks like the second printing attempt crashes cupsd

  cupsd[]: free(): invalid pointer
  systemd[1]: cups.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: cups.service: Failed with result core-dump

  The service then proceeds to restart after a few seconds, and trying
  to print again succeeds. Trying to print once more thereafter triggers
  the issue again.

  I could not find a trace of the coredump, and cuspd's error_log shows
  nothing happening around the crash (it does show some
  "org.freedesktop.ColorManager.AlreadyExists" error messages on
  restart, but I figured this would be normal, I can see the same
  message on other machines that have no printing issues).

  I would expect this kind of event to trigger an apport report, but
  there is no apport popup when it happens. Maybe because it's not a
  user process, not sure (this is not my usual setup, I've not been
  using Ubuntu for years).

  This is a pretty standard (and recent) ubuntu install, with not much
  customized; in particular no apport custom config was made, and
  nothing was configured on cups side or ubuntu print settings,
  everything is set up as it was autodetected on install.

  The same printer works flawlessly on a different computer using Arch
  and cups 2.3.3 as well (albeit without any ubuntu patches, obviously).

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1915181] Lsusb.txt

2021-02-09 Thread Nicolas Joyard
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1915181/+attachment/5461763/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1915181

Title:
  cups crashes with SIGABRT every other printing attempt

Status in cups package in Ubuntu:
  New

Bug description:
  Using ubuntu 20.10, cups 2.3.3-3ubuntu1, with a networked Samsung C480
  printer (was automatically detected and set up on installation of the
  system).

  Every other attempt to print fails with a varying message depending on
  the printing app (eg. on libreoffice write, "Cannot start printer").
  Waiting a few minutes and retrying prints successfully.

  Looking at cups.service journal messages while attempting to print, it
  looks like the second printing attempt crashes cupsd

  cupsd[]: free(): invalid pointer
  systemd[1]: cups.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: cups.service: Failed with result core-dump

  The service then proceeds to restart after a few seconds, and trying
  to print again succeeds. Trying to print once more thereafter triggers
  the issue again.

  I could not find a trace of the coredump, and cuspd's error_log shows
  nothing happening around the crash (it does show some
  "org.freedesktop.ColorManager.AlreadyExists" error messages on
  restart, but I figured this would be normal, I can see the same
  message on other machines that have no printing issues).

  I would expect this kind of event to trigger an apport report, but
  there is no apport popup when it happens. Maybe because it's not a
  user process, not sure (this is not my usual setup, I've not been
  using Ubuntu for years).

  This is a pretty standard (and recent) ubuntu install, with not much
  customized; in particular no apport custom config was made, and
  nothing was configured on cups side or ubuntu print settings,
  everything is set up as it was autodetected on install.

  The same printer works flawlessly on a different computer using Arch
  and cups 2.3.3 as well (albeit without any ubuntu patches, obviously).

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1915181] CurrentDmesg.txt

2021-02-09 Thread Nicolas Joyard
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1915181/+attachment/5461758/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1915181

Title:
  cups crashes with SIGABRT every other printing attempt

Status in cups package in Ubuntu:
  New

Bug description:
  Using ubuntu 20.10, cups 2.3.3-3ubuntu1, with a networked Samsung C480
  printer (was automatically detected and set up on installation of the
  system).

  Every other attempt to print fails with a varying message depending on
  the printing app (eg. on libreoffice write, "Cannot start printer").
  Waiting a few minutes and retrying prints successfully.

  Looking at cups.service journal messages while attempting to print, it
  looks like the second printing attempt crashes cupsd

  cupsd[]: free(): invalid pointer
  systemd[1]: cups.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: cups.service: Failed with result core-dump

  The service then proceeds to restart after a few seconds, and trying
  to print again succeeds. Trying to print once more thereafter triggers
  the issue again.

  I could not find a trace of the coredump, and cuspd's error_log shows
  nothing happening around the crash (it does show some
  "org.freedesktop.ColorManager.AlreadyExists" error messages on
  restart, but I figured this would be normal, I can see the same
  message on other machines that have no printing issues).

  I would expect this kind of event to trigger an apport report, but
  there is no apport popup when it happens. Maybe because it's not a
  user process, not sure (this is not my usual setup, I've not been
  using Ubuntu for years).

  This is a pretty standard (and recent) ubuntu install, with not much
  customized; in particular no apport custom config was made, and
  nothing was configured on cups side or ubuntu print settings,
  everything is set up as it was autodetected on install.

  The same printer works flawlessly on a different computer using Arch
  and cups 2.3.3 as well (albeit without any ubuntu patches, obviously).

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1915181] CupsErrorLog.txt

2021-02-09 Thread Nicolas Joyard
apport information

** Attachment added: "CupsErrorLog.txt"
   
https://bugs.launchpad.net/bugs/1915181/+attachment/5461757/+files/CupsErrorLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1915181

Title:
  cups crashes with SIGABRT every other printing attempt

Status in cups package in Ubuntu:
  New

Bug description:
  Using ubuntu 20.10, cups 2.3.3-3ubuntu1, with a networked Samsung C480
  printer (was automatically detected and set up on installation of the
  system).

  Every other attempt to print fails with a varying message depending on
  the printing app (eg. on libreoffice write, "Cannot start printer").
  Waiting a few minutes and retrying prints successfully.

  Looking at cups.service journal messages while attempting to print, it
  looks like the second printing attempt crashes cupsd

  cupsd[]: free(): invalid pointer
  systemd[1]: cups.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: cups.service: Failed with result core-dump

  The service then proceeds to restart after a few seconds, and trying
  to print again succeeds. Trying to print once more thereafter triggers
  the issue again.

  I could not find a trace of the coredump, and cuspd's error_log shows
  nothing happening around the crash (it does show some
  "org.freedesktop.ColorManager.AlreadyExists" error messages on
  restart, but I figured this would be normal, I can see the same
  message on other machines that have no printing issues).

  I would expect this kind of event to trigger an apport report, but
  there is no apport popup when it happens. Maybe because it's not a
  user process, not sure (this is not my usual setup, I've not been
  using Ubuntu for years).

  This is a pretty standard (and recent) ubuntu install, with not much
  customized; in particular no apport custom config was made, and
  nothing was configured on cups side or ubuntu print settings,
  everything is set up as it was autodetected on install.

  The same printer works flawlessly on a different computer using Arch
  and cups 2.3.3 as well (albeit without any ubuntu patches, obviously).

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1915181] [NEW] cups crashes with SIGABRT every other printing attempt

2021-02-09 Thread Nicolas Joyard
Public bug reported:

Using ubuntu 20.10, cups 2.3.3-3ubuntu1, with a networked Samsung C480
printer (was automatically detected and set up on installation of the
system).

Every other attempt to print fails with a varying message depending on
the printing app (eg. on libreoffice write, "Cannot start printer").
Waiting a few minutes and retrying prints successfully.

Looking at cups.service journal messages while attempting to print, it
looks like the second printing attempt crashes cupsd

cupsd[]: free(): invalid pointer
systemd[1]: cups.service: Main process exited, code=dumped, status=6/ABRT
systemd[1]: cups.service: Failed with result core-dump

The service then proceeds to restart after a few seconds, and trying to
print again succeeds. Trying to print once more thereafter triggers the
issue again.

I could not find a trace of the coredump, and cuspd's error_log shows
nothing happening around the crash (it does show some
"org.freedesktop.ColorManager.AlreadyExists" error messages on restart,
but I figured this would be normal, I can see the same message on other
machines that have no printing issues).

I would expect this kind of event to trigger an apport report, but there
is no apport popup when it happens. Maybe because it's not a user
process, not sure (this is not my usual setup, I've not been using
Ubuntu for years).

This is a pretty standard (and recent) ubuntu install, with not much
customized; in particular no apport custom config was made, and nothing
was configured on cups side or ubuntu print settings, everything is set
up as it was autodetected on install.

The same printer works flawlessly on a different computer using Arch and
cups 2.3.3 as well (albeit without any ubuntu patches, obviously).

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


** Tags: apport-collected groovy

** Tags added: apport-collected groovy

** Description changed:

  Using ubuntu 20.04, cups 2.3.3-3ubuntu1, with a networked Samsung C480
  printer (was automatically detected and set up on installation of the
  system).
  
  Every other attempt to print fails with a varying message depending on
  the printing app (eg. on libreoffice write, "Cannot start printer").
  Waiting a few minutes and retrying prints successfully.
  
  Looking at cups.service journal messages while attempting to print, it
  looks like the second printing attempt crashes cupsd
  
  cupsd[]: free(): invalid pointer
  systemd[1]: cups.service: Main process exited, code=dumped, status=6/ABRT
  systemd[1]: cups.service: Failed with result core-dump
  
  The service then proceeds to restart after a few seconds, and trying to
  print again succeeds. Trying to print once more thereafter triggers the
  issue again.
  
  I could not find a trace of the coredump, and cuspd's error_log shows
  nothing happening around the crash (it does show some
  "org.freedesktop.ColorManager.AlreadyExists" error messages on restart,
  but I figured this would be normal, I can see the same message on other
  machines that have no printing issues).
  
  I would expect this kind of event to trigger an apport report, but there
  is no apport popup when it happens. Maybe because it's not a user
  process, not sure (this is not my usual setup, I've not been using
  Ubuntu for years).
  
  This is a pretty standard (and recent) ubuntu install, with not much
  customized; in particular no apport custom config was made, and nothing
  was configured on cups side or ubuntu print settings, everything is set
  up as it was autodetected on install.
  
- The same printer works flawlessly on a different computer using Arch and
- cups 2.3.3 as well (albeit without any ubuntu patches, obviously).
+ The same printer works flawlessly on a different computer using Arch and cups 
2.3.3 as well (albeit without any ubuntu patches, obviously).
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu50.5
+ Architecture: amd64
+ CasperMD5CheckResult: skip
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 20.10
+ InstallationDate: Installed on 2021-01-28 (12 days ago)
+ InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
+ KernLog:
+  
+ Lpstat: device for Samsung_C48x_Series_SEC842519933D78_: 
implicitclass://Samsung_C48x_Series_SEC842519933D78_/
+ MachineType: ASUSTeK COMPUTER INC. ZenBook UX434DA_UM433DA
+ Package: cups 2.3.3-3ubuntu1
+ PackageArchitecture: amd64
+ Papersize: a4
+ PpdFiles: Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/Samsung_C48x_Series_SEC842519933D78_.ppd'] failed with exit code 
2: grep: /etc/cups/ppd/Samsung_C48x_Series_SEC842519933D78_.ppd: Permission 
denied
+ ProcCmdline: BOOT_IMAGE=/vmlinuz-5.8.0-41-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash resume=/dev/mapper/vgubuntu-root 
resume_offset=6731776
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=fr_FR.UTF-8
+  SHELL=/bin/bash
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.8.0-41-generic