FS#53550 - [python2-opengl] Core dump with GLUT.glutSolidCone

Attached to Project: Arch Linux
Opened by Aurélien Cibrario (yinameah) - Monday, 03 April 2017, 17:16 GMT
Last edited by freswa (frederik) - Sunday, 13 September 2020, 15:01 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Seg fault (core dumped) when using `GLUT.glutSolidCone`

Additional info:
* package version(s)
3.1.0-3
* config and/or log files etc.
Archlinux up-to-date, no specific config related to python2-opengl I know of. Lots of thing installed on the system.

journalctl log at crash time :
systemd-coredump[23481]: Process 23440 (python2) of user 1000 dumped core.
Stack trace of thread 23440:
#0 0x00007fbbd4e94323 fghDrawGeometrySolid (libglut.so.3)
#1 0x00007fbbd4e96d1a n/a (libglut.so.3)
#2 0x00007fbbd8b8e1c8 ffi_call_unix64 (libffi.so.6)
#3 0x00007fbbd8b8dc2a ffi_call (libffi.so.6)
#4 0x00007fbbd8da2927 _ctypes_callproc (_ctypes.so)
#5 0x00007fbbd8d9bd81 n/a (_ctypes.so)
#6 0x00007fbbda7a1692 PyObject_Call (libpython2.7.so.1.0)
#7 0x00007fbbda83f503 PyEval_EvalFrameEx (libpython2.7.so.1.0)
#8 0x00007fbbda8438dc PyEval_EvalCodeEx (libpython2.7.so.1.0)
#9 0x00007fbbda8439e8 PyEval_EvalCode (libpython2.7.so.1.0)
#10 0x00007fbbda85defe run_mod (libpython2.7.so.1.0)
#11 0x00007fbbda860139 PyRun_InteractiveOneFlags (libpython2.7.so.1.0)
#12 0x00007fbbda86032e PyRun_InteractiveLoopFlags (libpython2.7.so.1.0)
#13 0x00007fbbda8609dd PyRun_AnyFileExFlags (libpython2.7.so.1.0)
#14 0x00007fbbda872ca0 Py_Main (libpython2.7.so.1.0)
#15 0x00007fbbda1b3511 __libc_start_main (libc.so.6)
#16 0x000055bf6c4c17ea _start (python2.7)


Steps to reproduce:
- Open python2 console
- type : from OpenGL import GLUT
- type : GLUT.glutInit()
- type : GLUT.glutSolidCone(1,1,1,1)
This task depends upon

Closed by  freswa (frederik)
Sunday, 13 September 2020, 15:01 GMT
Reason for closing:  Upstream
Additional comments about closing:  This is not a packaging bug. Please report this issue upstream. Thank you

Loading...