You are not logged in.

#1 2023-04-06 00:09:01

zxcv
Member
Registered: 2015-10-19
Posts: 9

ppsspp-1.14.4-1 not working

Hi everyone,
I have encountered a problem with ppsspp-1.14.4-1 from official repository. It starts up to the menu but any action in the menu crashes the app.

/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_vector.h:1123: std::vector::reference std::vector<unsigned char>::operator[](std::vector::size_type) [_Tp = unsigned char, _Alloc = std::allocator<unsigned char>]: Assertion '__n < this->size()' failed.

Thread 21 "Emu" received signal SIGABRT, Aborted.
[Switching to Thread 0x7fffc6bff6c0 (LWP 326477)]
__pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
44	       return INTERNAL_SYSCALL_ERROR_P (ret) ? INTERNAL_SYSCALL_ERRNO (ret) : 0;                                                                                     
(gdb) backtrace
#0  __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
#1  0x00007ffff60a0953 in __pthread_kill_internal (signo=6, threadid=<optimized out>) at pthread_kill.c:78
#2  0x00007ffff6051ea8 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#3  0x00007ffff603b53d in __GI_abort () at abort.c:79
#4  0x00007ffff62d30e2 in std::__glibcxx_assert_fail (file=<optimized out>, line=<optimized out>, function=<optimized out>, condition=<optimized out>)
    at /usr/src/debug/gcc/gcc/libstdc++-v3/src/c++11/debug.cc:60
#5  0x0000555555c02904 in ?? ()
#6  0x0000555555bda5b1 in ?? ()
#7  0x0000555555be9865 in ?? ()
#8  0x00005555556e9171 in ?? ()
#9  0x0000555555bf4e76 in ?? ()
#10 0x0000555555bf19d1 in ?? ()
#11 0x0000555555bf19d1 in ?? ()
#12 0x0000555555bf19d1 in ?? ()
#13 0x0000555555bdb6a6 in ?? ()
#14 0x00005555557b100c in ?? ()
#15 0x000055555568776f in ?? ()
#16 0x00007ffff62d72c3 in std::execute_native_thread_routine (__p=0x55555726aee0) at /usr/src/debug/gcc/gcc/libstdc++-v3/src/c++11/thread.cc:82
#17 0x00007ffff609ebb5 in start_thread (arg=<optimized out>) at pthread_create.c:444
#18 0x00007ffff6120d90 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

I have had similar issue with another piece of code and it was connected to build flag -D_GLIBCXX_ASSERTIONS that disallows some referencing to out of bound variables, but I am not really sure.

Can anyone reproduce this?

Offline

Board footer

Powered by FluxBB