After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 721313 - Abort trap (core dumped) on OpenBSD 5.4 -current (amd64)
Abort trap (core dumped) on OpenBSD 5.4 -current (amd64)
Status: RESOLVED OBSOLETE
Product: ocrfeeder
Classification: Other
Component: general
0.7.x
Other OpenBSD
: High critical
: ---
Assigned To: ocrfeeder-maint
ocrfeeder-maint
Depends on:
Blocks:
 
 
Reported: 2014-01-01 20:35 UTC by jirib
Modified: 2021-05-17 13:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description jirib 2014-01-01 20:35:53 UTC
I cannot run 0.7.11 on OpenBSD 5.4 -current (amd64). It core dumps, it seems to be caused by studio.run().

(gdb) bt
  • #0 kill
    at <stdin> line 2
  • #1 abort
    at /usr/src/lib/libc/stdlib/abort.c line 70
  • #2 pthread_mutex_unlock
    at /usr/src/lib/librthread/rthread_sync.c line 219
  • #3 g_mutex_unlock
    from /usr/local/lib/libglib-2.0.so.3800.0
  • #4 gtk_main
    from /usr/local/lib/libgtk-x11-2.0.so.2400.0
  • #5 _wrap_gtk_main
    from /usr/local/lib/python2.7/site-packages/gtk-2.0/gtk/_gtk.so
  • #6 PyEval_EvalFrameEx
    from /usr/local/lib/libpython2.7.so.0.0
  • #7 PyEval_EvalFrameEx
    from /usr/local/lib/libpython2.7.so.0.0
  • #8 PyEval_EvalCodeEx
    from /usr/local/lib/libpython2.7.so.0.0
  • #9 PyEval_EvalCode
    from /usr/local/lib/libpython2.7.so.0.0
  • #10 run_mod
    from /usr/local/lib/libpython2.7.so.0.0
  • #11 PyRun_FileExFlags
    from /usr/local/lib/libpython2.7.so.0.0
  • #12 PyRun_SimpleFileExFlags
    from /usr/local/lib/libpython2.7.so.0.0
  • #13 Py_Main
    from /usr/local/lib/libpython2.7.so.0.0
  • #14 _start
    from /usr/local/bin/python2.7
  • #15 ??

If I import in ipython sys, os, from ocrfeeder.studio.studioBuilder import Studio, threre's no core dump. after studion = Studio() the application windows is opened and it somehow works. I can do some simple recognition. When I type studion.run() in ipython it core dumps.

I would appreciate any advices how I could provide more info and/or troubleshoot.
Comment 1 André Klapper 2014-01-02 09:27:20 UTC
Thanks for taking the time to report this bug.
Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so and reopen this bug or report a new one. Thanks in advance!
Comment 2 jirib 2014-01-03 15:49:30 UTC
Is this enough?

(gdb) thread apply all bt

Thread 1 (process 31716)

  • #0 kill
    at <stdin> line 2
  • #1 abort
    at /usr/src/lib/libc/stdlib/abort.c line 70
  • #2 pthread_mutex_unlock
    at /usr/src/lib/librthread/rthread_sync.c line 219
  • #3 g_mutex_unlock
    from /usr/local/lib/libglib-2.0.so.3800.0
  • #4 gtk_main
    from /usr/local/lib/libgtk-x11-2.0.so.2400.0
  • #5 _wrap_gtk_main
    at gtk.override line 1240
  • #6 PyEval_EvalFrameEx
    at Python/ceval.c line 4005
  • #7 PyEval_EvalFrameEx
    at Python/ceval.c line 4107
  • #8 PyEval_EvalCodeEx
    at Python/ceval.c line 3253
  • #9 PyEval_EvalCode
    at Python/ceval.c line 667
  • #10 run_mod
    at Python/pythonrun.c line 1365
  • #11 PyRun_FileExFlags
    at Python/pythonrun.c line 1351
  • #12 PyRun_SimpleFileExFlags
    at Python/pythonrun.c line 943
  • #13 Py_Main
    at Modules/main.c line 640
  • #14 _start
    from /usr/local/bin/python2.7
  • #15 ??

Comment 3 GNOME Infrastructure Team 2021-05-17 13:33:07 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/ocrfeeder/-/issues/62.