Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 655962

Summary: games-emulation/mupen64plus: segmentation fault during unlink (using m64py to play Quest 64)
Product: Gentoo Linux Reporter: Raymond Jennings <shentino>
Component: Current packagesAssignee: Michał Górny <mgorny>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/mupen64plus/mupen64plus-user-issues/issues/701
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info for both python and mupen64plus-core

Description Raymond Jennings 2018-05-17 14:24:34 UTC
3740	              unlink (av, victim, bck, fwd);
[Current thread is 1 (Thread 0x7fdf43df2700 (LWP 31693))]
(gdb) bt
#0  _int_malloc (av=av@entry=0x7fdf38000020, bytes=bytes@entry=6144) at malloc.c:3740
#1  0x00007fdf82cea7e4 in __GI___libc_malloc (bytes=bytes@entry=6144) at malloc.c:2897
#2  0x00007fdf4e565dc2 in init_assembler (block_jumps_table=block_jumps_table@entry=0x0, 
    block_jumps_number=block_jumps_number@entry=0, block_riprel_table=block_riprel_table@entry=0x0, 
    block_riprel_number=block_riprel_number@entry=0) at ../../src/r4300/x86_64/assemble.c:91
#3  0x00007fdf4e5624af in init_block (block=<optimized out>) at ../../src/r4300/recomp.c:2228
#4  0x00007fdf4e555685 in jump_to_func () at ../../src/r4300/cached_interp.c:557
#5  0x00007fdf3dda9d00 in ?? ()
#6  0x0000000000000000 in ?? ()
(gdb)
Comment 1 Raymond Jennings 2018-05-17 14:25:51 UTC
Created attachment 531922 [details]
emerge --info for both python and mupen64plus-core
Comment 2 Raymond Jennings 2018-05-17 14:31:26 UTC
A quick "locate" for the name r4300 pins mupen64plus-core's /usr/src/debug as the offending code in question
Comment 3 Raymond Jennings 2018-05-17 14:33:11 UTC
Reported upstream

https://github.com/mupen64plus/mupen64plus-user-issues/issues/701