Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Eye of GNOME
Eye of GNOME
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 68
    • Issues 68
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 12
    • Merge Requests 12
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • Eye of GNOMEEye of GNOME
  • Issues
  • #50

Closed
Open
Opened Apr 04, 2019 by Sébastien Bacher@seb128

SIGSEGV in g_mutex_lock()

The bug has been reported on https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1823148

'to reproduce this bug:

  • in eog load an image from a directory that contains several images
  • press F5'
#0  0x00007f53db0ce945 in g_mutex_lock (mutex=mutex@entry=0x7575757575757575) at ../../../glib/gthread-posix.c:1354
        _g_boolean_var_ = <optimized out>
#1  0x00007f53db080d20 in g_source_destroy_internal (source=0x5611bb416f10, context=0x7575757575757575, have_lock=0) at ../../../glib/gmain.c:1219
No locals.
#2  0x00007f53db0816e5 in g_source_destroy (source=<optimized out>) at ../../../glib/gmain.c:1287
        context = <optimized out>
        __FUNCTION__ = "g_source_destroy"
        _g_boolean_var_ = <optimized out>
#3  0x00007f53db22cc66 in slideshow_clear_timeout (window=window@entry=0x5611bb1637e0) at ../src/eog-window.c:1827
        __FUNCTION__ = "slideshow_clear_timeout"
#4  0x00007f53db22ce2e in slideshow_set_timeout (window=window@entry=0x5611bb1637e0) at ../src/eog-window.c:1840
        source = <optimized out>
        __FUNCTION__ = "slideshow_set_timeout"
#5  0x00007f53db234bc4 in eog_window_display_image (window=window@entry=0x5611bb1637e0, image=<optimized out>) at ../src/eog-window.c:1023
        priv = <optimized out>
        file = <optimized out>
        __FUNCTION__ = "eog_window_display_image"
#6  0x00007f53db2352d6 in eog_job_load_cb (job=0x5611bb662f70, data=<optimized out>) at ../src/eog-window.c:1431
        window = 0x5611bb1637e0
        priv = 0x5611bb163400
        action_undo = <optimized out>
        action_save = <optimized out>
        __FUNCTION__ = "eog_job_load_cb"
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/eog#50