[Desktop-packages] [Bug 1838948] Re: eog assert failure: eog: ../../../../src/cairo-xlib-surface-shm.c:619: _cairo_xlib_shm_pool_create: Assertion `*ptr != NULL' failed.

2020-02-17 Thread Sebastien Bacher
*** This bug is a duplicate of bug 1671487 ***
https://bugs.launchpad.net/bugs/1671487

** This bug has been marked a duplicate of private bug 1671487

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/1838948

Title:
  eog assert failure: eog: ../../../../src/cairo-xlib-surface-shm.c:619:
  _cairo_xlib_shm_pool_create: Assertion `*ptr != NULL' failed.

Status in eog package in Ubuntu:
  Confirmed

Bug description:
  I opened an image.

  ProblemType: Crash
  DistroRelease: Ubuntu 18.04
  Package: eog 3.28.1-1
  ProcVersionSignature: Ubuntu 4.15.0-55.60-generic 4.15.18
  Uname: Linux 4.15.0-55-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  AssertionMessage: eog: ../../../../src/cairo-xlib-surface-shm.c:619: 
_cairo_xlib_shm_pool_create: Assertion `*ptr != NULL' failed.
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Jul 29 16:22:00 2019
  ExecutablePath: /usr/bin/eog
  ExecutableTimestamp: 1523677004
  InstallationDate: Installed on 2017-03-13 (874 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  ProcCmdline: eog /home/mircea/Downloads/IMG_20190410_143513.jpg
  ProcCwd: /home/mircea
  Signal: 6
  SourcePackage: eog
  StacktraceTop:
   __assert_fail_base (fmt=0x7fac8c9d47d8 "%s%s%s:%u: %s%sAssertion `%s' 
failed.\n%n", assertion=assertion@entry=0x7fac8c0ce9a9 "*ptr != NULL", 
file=file@entry=0x7fac8c0ce980 "../../../../src/cairo-xlib-surface-shm.c", 
line=line@entry=619, function=function@entry=0x7fac8c0cead0 
"_cairo_xlib_shm_pool_create") at assert.c:92
   __GI___assert_fail (assertion=0x7fac8c0ce9a9 "*ptr != NULL", 
file=0x7fac8c0ce980 "../../../../src/cairo-xlib-surface-shm.c", line=619, 
function=0x7fac8c0cead0 "_cairo_xlib_shm_pool_create") at assert.c:101
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
  Title: eog assert failure: eog: ../../../../src/cairo-xlib-surface-shm.c:619: 
_cairo_xlib_shm_pool_create: Assertion `*ptr != NULL' failed.
  UpgradeStatus: Upgraded to bionic on 2018-08-24 (345 days ago)
  UserGroups: adm cdrom dip libvirt libvirtd lpadmin plugdev sambashare sudo 
wireshark

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

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


[Desktop-packages] [Bug 1838948] Re: eog assert failure: eog: ../../../../src/cairo-xlib-surface-shm.c:619: _cairo_xlib_shm_pool_create: Assertion `*ptr != NULL' failed.

2020-02-12 Thread S Jaker
A viable work around seems to be increasing shared memory via the
sysctl.conf file and opening a small (?KB) image before opening a larger
(?MB) image. This does cause a noticable system lag when the mouse
cursor passes over the rendered image window.

add the following line:

kernel.shmmax = 1073741824

then execute:

sudo sysctl -p

...

This solution does NOT always work if a small image has not first been
opened. Looking through the source code, it appears the cairo routines
find exhausted shared memory pool and return a NULL ptr. Why opening a
small image first seems to help? I have no idea.

Version 3.18.1 on 16.04 LTS does not have this issue.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/1838948

Title:
  eog assert failure: eog: ../../../../src/cairo-xlib-surface-shm.c:619:
  _cairo_xlib_shm_pool_create: Assertion `*ptr != NULL' failed.

Status in eog package in Ubuntu:
  Confirmed

Bug description:
  I opened an image.

  ProblemType: Crash
  DistroRelease: Ubuntu 18.04
  Package: eog 3.28.1-1
  ProcVersionSignature: Ubuntu 4.15.0-55.60-generic 4.15.18
  Uname: Linux 4.15.0-55-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  AssertionMessage: eog: ../../../../src/cairo-xlib-surface-shm.c:619: 
_cairo_xlib_shm_pool_create: Assertion `*ptr != NULL' failed.
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Jul 29 16:22:00 2019
  ExecutablePath: /usr/bin/eog
  ExecutableTimestamp: 1523677004
  InstallationDate: Installed on 2017-03-13 (874 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  ProcCmdline: eog /home/mircea/Downloads/IMG_20190410_143513.jpg
  ProcCwd: /home/mircea
  Signal: 6
  SourcePackage: eog
  StacktraceTop:
   __assert_fail_base (fmt=0x7fac8c9d47d8 "%s%s%s:%u: %s%sAssertion `%s' 
failed.\n%n", assertion=assertion@entry=0x7fac8c0ce9a9 "*ptr != NULL", 
file=file@entry=0x7fac8c0ce980 "../../../../src/cairo-xlib-surface-shm.c", 
line=line@entry=619, function=function@entry=0x7fac8c0cead0 
"_cairo_xlib_shm_pool_create") at assert.c:92
   __GI___assert_fail (assertion=0x7fac8c0ce9a9 "*ptr != NULL", 
file=0x7fac8c0ce980 "../../../../src/cairo-xlib-surface-shm.c", line=619, 
function=0x7fac8c0cead0 "_cairo_xlib_shm_pool_create") at assert.c:101
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
  Title: eog assert failure: eog: ../../../../src/cairo-xlib-surface-shm.c:619: 
_cairo_xlib_shm_pool_create: Assertion `*ptr != NULL' failed.
  UpgradeStatus: Upgraded to bionic on 2018-08-24 (345 days ago)
  UserGroups: adm cdrom dip libvirt libvirtd lpadmin plugdev sambashare sudo 
wireshark

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

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


[Desktop-packages] [Bug 1838948] Re: eog assert failure: eog: ../../../../src/cairo-xlib-surface-shm.c:619: _cairo_xlib_shm_pool_create: Assertion `*ptr != NULL' failed.

2020-02-11 Thread S Jaker
This bug is not duplicate, or the 'duplicate' is private. Please
address.

** This bug is no longer a duplicate of private bug 1671487

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/1838948

Title:
  eog assert failure: eog: ../../../../src/cairo-xlib-surface-shm.c:619:
  _cairo_xlib_shm_pool_create: Assertion `*ptr != NULL' failed.

Status in eog package in Ubuntu:
  Confirmed

Bug description:
  I opened an image.

  ProblemType: Crash
  DistroRelease: Ubuntu 18.04
  Package: eog 3.28.1-1
  ProcVersionSignature: Ubuntu 4.15.0-55.60-generic 4.15.18
  Uname: Linux 4.15.0-55-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  AssertionMessage: eog: ../../../../src/cairo-xlib-surface-shm.c:619: 
_cairo_xlib_shm_pool_create: Assertion `*ptr != NULL' failed.
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Jul 29 16:22:00 2019
  ExecutablePath: /usr/bin/eog
  ExecutableTimestamp: 1523677004
  InstallationDate: Installed on 2017-03-13 (874 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  ProcCmdline: eog /home/mircea/Downloads/IMG_20190410_143513.jpg
  ProcCwd: /home/mircea
  Signal: 6
  SourcePackage: eog
  StacktraceTop:
   __assert_fail_base (fmt=0x7fac8c9d47d8 "%s%s%s:%u: %s%sAssertion `%s' 
failed.\n%n", assertion=assertion@entry=0x7fac8c0ce9a9 "*ptr != NULL", 
file=file@entry=0x7fac8c0ce980 "../../../../src/cairo-xlib-surface-shm.c", 
line=line@entry=619, function=function@entry=0x7fac8c0cead0 
"_cairo_xlib_shm_pool_create") at assert.c:92
   __GI___assert_fail (assertion=0x7fac8c0ce9a9 "*ptr != NULL", 
file=0x7fac8c0ce980 "../../../../src/cairo-xlib-surface-shm.c", line=619, 
function=0x7fac8c0cead0 "_cairo_xlib_shm_pool_create") at assert.c:101
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
  Title: eog assert failure: eog: ../../../../src/cairo-xlib-surface-shm.c:619: 
_cairo_xlib_shm_pool_create: Assertion `*ptr != NULL' failed.
  UpgradeStatus: Upgraded to bionic on 2018-08-24 (345 days ago)
  UserGroups: adm cdrom dip libvirt libvirtd lpadmin plugdev sambashare sudo 
wireshark

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

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


[Desktop-packages] [Bug 1838948] Re: eog assert failure: eog: ../../../../src/cairo-xlib-surface-shm.c:619: _cairo_xlib_shm_pool_create: Assertion `*ptr != NULL' failed.

2020-02-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: eog (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/1838948

Title:
  eog assert failure: eog: ../../../../src/cairo-xlib-surface-shm.c:619:
  _cairo_xlib_shm_pool_create: Assertion `*ptr != NULL' failed.

Status in eog package in Ubuntu:
  Confirmed

Bug description:
  I opened an image.

  ProblemType: Crash
  DistroRelease: Ubuntu 18.04
  Package: eog 3.28.1-1
  ProcVersionSignature: Ubuntu 4.15.0-55.60-generic 4.15.18
  Uname: Linux 4.15.0-55-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  AssertionMessage: eog: ../../../../src/cairo-xlib-surface-shm.c:619: 
_cairo_xlib_shm_pool_create: Assertion `*ptr != NULL' failed.
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Jul 29 16:22:00 2019
  ExecutablePath: /usr/bin/eog
  ExecutableTimestamp: 1523677004
  InstallationDate: Installed on 2017-03-13 (874 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  ProcCmdline: eog /home/mircea/Downloads/IMG_20190410_143513.jpg
  ProcCwd: /home/mircea
  Signal: 6
  SourcePackage: eog
  StacktraceTop:
   __assert_fail_base (fmt=0x7fac8c9d47d8 "%s%s%s:%u: %s%sAssertion `%s' 
failed.\n%n", assertion=assertion@entry=0x7fac8c0ce9a9 "*ptr != NULL", 
file=file@entry=0x7fac8c0ce980 "../../../../src/cairo-xlib-surface-shm.c", 
line=line@entry=619, function=function@entry=0x7fac8c0cead0 
"_cairo_xlib_shm_pool_create") at assert.c:92
   __GI___assert_fail (assertion=0x7fac8c0ce9a9 "*ptr != NULL", 
file=0x7fac8c0ce980 "../../../../src/cairo-xlib-surface-shm.c", line=619, 
function=0x7fac8c0cead0 "_cairo_xlib_shm_pool_create") at assert.c:101
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
  Title: eog assert failure: eog: ../../../../src/cairo-xlib-surface-shm.c:619: 
_cairo_xlib_shm_pool_create: Assertion `*ptr != NULL' failed.
  UpgradeStatus: Upgraded to bionic on 2018-08-24 (345 days ago)
  UserGroups: adm cdrom dip libvirt libvirtd lpadmin plugdev sambashare sudo 
wireshark

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

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


[Desktop-packages] [Bug 1838948] Re: eog assert failure: eog: ../../../../src/cairo-xlib-surface-shm.c:619: _cairo_xlib_shm_pool_create: Assertion `*ptr != NULL' failed.

2019-08-05 Thread Apport retracing service
*** This bug is a duplicate of bug 1671487 ***
https://bugs.launchpad.net/bugs/1671487

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1671487, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1838948/+attachment/5280880/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1838948/+attachment/5280882/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1838948/+attachment/5280886/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1838948/+attachment/5280887/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1838948/+attachment/5280888/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1838948/+attachment/5280889/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1838948/+attachment/5280890/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1671487

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/1838948

Title:
  eog assert failure: eog: ../../../../src/cairo-xlib-surface-shm.c:619:
  _cairo_xlib_shm_pool_create: Assertion `*ptr != NULL' failed.

Status in eog package in Ubuntu:
  New

Bug description:
  I opened an image.

  ProblemType: Crash
  DistroRelease: Ubuntu 18.04
  Package: eog 3.28.1-1
  ProcVersionSignature: Ubuntu 4.15.0-55.60-generic 4.15.18
  Uname: Linux 4.15.0-55-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  AssertionMessage: eog: ../../../../src/cairo-xlib-surface-shm.c:619: 
_cairo_xlib_shm_pool_create: Assertion `*ptr != NULL' failed.
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Jul 29 16:22:00 2019
  ExecutablePath: /usr/bin/eog
  ExecutableTimestamp: 1523677004
  InstallationDate: Installed on 2017-03-13 (874 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  ProcCmdline: eog /home/mircea/Downloads/IMG_20190410_143513.jpg
  ProcCwd: /home/mircea
  Signal: 6
  SourcePackage: eog
  StacktraceTop:
   __assert_fail_base (fmt=0x7fac8c9d47d8 "%s%s%s:%u: %s%sAssertion `%s' 
failed.\n%n", assertion=assertion@entry=0x7fac8c0ce9a9 "*ptr != NULL", 
file=file@entry=0x7fac8c0ce980 "../../../../src/cairo-xlib-surface-shm.c", 
line=line@entry=619, function=function@entry=0x7fac8c0cead0 
"_cairo_xlib_shm_pool_create") at assert.c:92
   __GI___assert_fail (assertion=0x7fac8c0ce9a9 "*ptr != NULL", 
file=0x7fac8c0ce980 "../../../../src/cairo-xlib-surface-shm.c", line=619, 
function=0x7fac8c0cead0 "_cairo_xlib_shm_pool_create") at assert.c:101
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
  Title: eog assert failure: eog: ../../../../src/cairo-xlib-surface-shm.c:619: 
_cairo_xlib_shm_pool_create: Assertion `*ptr != NULL' failed.
  UpgradeStatus: Upgraded to bionic on 2018-08-24 (345 days ago)
  UserGroups: adm cdrom dip libvirt libvirtd lpadmin plugdev sambashare sudo 
wireshark

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

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