box64 icon indicating copy to clipboard operation
box64 copied to clipboard

Call to partially implemented dl_iterate_phdr(0x488c80, ***)

Open RkShaRkz opened this issue 2 years ago • 7 comments

When trying to run CARRION i run into this problem, while it seems like a similar problem (they all have to do with dl_iterate_phdr) the first argument is always 0x488c80 but the second argument is ~~either ~~ is any one of the many values i wrote below.

Call to partially implemented dl_iterate_phdr(0x488c80, 0x1007fe1a8)
Call to partially implemented dl_iterate_phdr(0x488c80, 0x1007fe4f8)


Call to partially implemented dl_iterate_phdr(0x488c80, 0x11907ee88)
Call to partially implemented dl_iterate_phdr(0x488c80, 0x1007fea38)
Call to partially implemented dl_iterate_phdr(0x488c80, 0x11907eea8)

the sheer amount of them made me realize i have to write a util program to parse the log to extract all of these pairs.

0x488c80: [0x1007fea58, 0x1007fe0d8, 0x1007fea38, 0x11907f948, 0x11907eea8, 0x1007fe6e8, 0x1007fdd38, 0x1007fe7a8, 0x1007fddf8, 0x1007fe148, 0x11907f5e8, 0x1007febb8, 0x1007fe018, 0x11907ee88, 0x1007fe428, 0x1007fe858]

To understand the mapping, it's supposed to be a list of ARG1: list of all ARG2 arguments that show up with ARG1 inside the Call to partially implemented dl_iterate_phdr(ARG1, ARG2) string. It turns out the ARG1 is always the same, so it ended up being just a single list.

If you're interested in the first half of these strings:

Calling dl_iterate_phdr(0x488C80, 0x1007FE7A8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x1007fe7a8)
Calling dl_iterate_phdr(0x488C80, 0x1007FEBB8, 0x17A6676, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x1007febb8)

I suppose I could extract 0xA8 and 0x17A6676 (and the rest of them that show up in the log) if you really want me to, i just figured they werent that interesting. The second half seemed much more interesting

LOG=2 says this in a number of places, so I'm suspecting it's the root cause of the crash and the game not starting:

1623|0xe4441e: Calling pthread_cond_wait(0x7FB00328B8, 0x7FB0032890, 0x24, ...) =>1580|0xac350d: Calling pthread_mutex_lock(0x7FB0032890, 0x23780B8, 0x0, ...) => return 0x0
 ...  =>PltResolver: Addr=0x5353ea60, Slot=0 Return=0x49496d: elf is /storage/roms/ports/DEV/carrion/Carrion (VerSym=0x402dc6)
            Apply Global R_X86_64_JUMP_SLOT 0x1f38018 with sym=pthread_cond_signal(ver 2: pthread_cond_signal@GLIBC_2.3.2) (0x404b36 -> 0x50160 / box64)
 return 0x5381D950
1580|0x49496d: Calling pthread_cond_signal(0x7FB00328B8, 0x0, 0x0, ...) => return 0x0
1580|0xe44a8b: Calling pthread_mutex_unlock(0x7FB0032890, 0x0, 0x0, ...) => return 0x0
 return 0x0
1623|0xe1fe29: Calling pthread_mutex_unlock(0x7FB0032890, 0xE4425B, 0x24, ...) => return 0x0
1623|0x490b97: Calling memcpy(0x11907F158, 0x11907F2D8, 0xA8, ...) => return 0x11907F158
1623|0x489602: Calling dl_iterate_phdr(0x488C80, 0x11907EE88, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x11907ee88)
 return 0x1

. . .

1623|0x488631: Calling memset(0x11907EBA0, 0x0, 0x230, ...) => return 0x11907EBA0
1623|0x48a463: Calling memcpy(0x11907E890, 0x11907EBA0, 0x230, ...) => return 0x11907E890
1623|0x48a463: Calling memcpy(0x11907E890, 0x11907EBA0, 0x230, ...) => return 0x11907E890
1580|0x490b97: Calling memcpy(0x1007FED28, 0x1007FEEA8, 0xA8, ...) => return 0x1007FED28
1580|0x489602: Calling dl_iterate_phdr(0x488C80, 0x1007FEA58, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x1007fea58)
 return 0x1
1580|0x488631: Calling memset(0x1007FE750, 0x0, 0x230, ...) => return 0x1007FE750
1580|0x48a463: Calling memcpy(0x1007FE440, 0x1007FE750, 0x230, ...) => return 0x1007FE440
1580|0x48a463: Calling memcpy(0x1007FE440, 0x1007FE750, 0x230, ...) => return 0x1007FE440
1623|0x490b97: Calling memcpy(0x11907F178, 0x11907F2F8, 0xA8, ...) => return 0x11907F178
1623|0x489602: Calling dl_iterate_phdr(0x488C80, 0x11907EEA8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x11907eea8)
 return 0x1
1623|0x488631: Calling memset(0x11907EBA0, 0x0, 0x230, ...) => return 0x11907EBA0
1623|0x48a463: Calling memcpy(0x11907E890, 0x11907EBA0, 0x230, ...) => return 0x11907E890
1623|0x48a463: Calling memcpy(0x11907E890, 0x11907EBA0, 0x230, ...) => return 0x11907E890
1580|0x490b97: Calling memcpy(0x1007FED28, 0x1007FEEA8, 0xA8, ...) => return 0x1007FED28
1580|0x489602: Calling dl_iterate_phdr(0x488C80, 0x1007FEA58, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x1007fea58)
 return 0x1
1580|0x488631: Calling memset(0x1007FE750, 0x0, 0x230, ...) => return 0x1007FE750
1580|0x48a463: Calling memcpy(0x1007FE440, 0x1007FE750, 0x230, ...) => return 0x1007FE440
1580|0x48a463: Calling memcpy(0x1007FE440, 0x1007FE750, 0x230, ...) => return 0x1007FE440
1623|0x485d31: Calling gettimeofday(0x11907F438, 0x0, 0x0, ...) => return 0x0
1623|0x450d69: Calling memset(0x1008CC2C0, 0x0, 0x2000, ...) => return 0x1008CC2C0
1623|0x494586: Calling __errno_location(0x11907F4D8, 0x11907F520, 0x8, ...) => return 0x7FB6A7C900
1580|0x490b97: Calling memcpy(0x1007FED28, 0x1007FEEA8, 0xA8, ...) => return 0x1007FED28
1623|0x495f60: Calling fcntl(0x2, 0x406, 0x0, ...) =>1580|0x489602: Calling dl_iterate_phdr(0x488C80, 0x1007FEA58, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x1007fea58)
 return 0x1D
 return 0x1
 
 . . .

RkShaRkz avatar Dec 23 '23 23:12 RkShaRkz

bump

RkShaRkz avatar Feb 14 '24 04:02 RkShaRkz

The Warning is more for me then for end user. I'll change it and make it print only on LOG_DEBUG and not LOG_INFO.

I am currently refactoring the elfloadr, so when it's done and pushed, I suggest you update and try again.

ptitSeb avatar Feb 14 '24 08:02 ptitSeb

The Warning is more for me then for end user. I'll change it and make it print only on LOG_DEBUG and not LOG_INFO.

I am currently refactoring the elfloadr, so when it's done and pushed, I suggest you update and try again.

@ptitSeb whats the status on the elfloader refactoring effort? done and merged or still in-progress? :)

RkShaRkz avatar Mar 28 '24 01:03 RkShaRkz

The Warning is more for me then for end user. I'll change it and make it print only on LOG_DEBUG and not LOG_INFO. I am currently refactoring the elfloadr, so when it's done and pushed, I suggest you update and try again.

@ptitSeb whats the status on the elfloader refactoring effort? done and merged or still in-progress? :)

It's done and merged (still pending some adjustments for non 4K pagesize tho). Do you still have issues with elf file?

ptitSeb avatar Mar 28 '24 07:03 ptitSeb

The Warning is more for me then for end user. I'll change it and make it print only on LOG_DEBUG and not LOG_INFO. I am currently refactoring the elfloadr, so when it's done and pushed, I suggest you update and try again.

@ptitSeb whats the status on the elfloader refactoring effort? done and merged or still in-progress? :)

It's done and merged (still pending some adjustments for non 4K pagesize tho). Do you still have issues with elf file?

Yes, CARRION is still failing to load.

when i look at the produced log, i see a bunch of these (identical entries)

2521|0x488631: Calling memset(0x7F8824E3E0, 0x0, 0x230, ...) => return 0x7F8824E3E0
2521|0x48a463: Calling memcpy(0x7F8824E0D0, 0x7F8824E3E0, 0x230, ...) => return 0x7F8824E0D0
2521|0x48a463: Calling memcpy(0x7F8824E0D0, 0x7F8824E3E0, 0x230, ...) => return 0x7F8824E0D0
2521|0x490b97: Calling memcpy(0x7F8824E9B8, 0x7F8824EB38, 0xA8, ...) => return 0x7F8824E9B8
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824E6E8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824e6e8)

but at some point, things change.

2521|0x48844c: Calling memset(0x7F8824E158, 0x0, 0x17A, ...) => return 0x7F8824E158
2521|0x488631: Calling memset(0x7F8824DE80, 0x0, 0x230, ...) => return 0x7F8824DE80
2521|0x48a463: Calling memcpy(0x7F8824DB70, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DB70
2521|0x48a463: Calling memcpy(0x7F8824DB70, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DB70
2521|0x48894c: Calling memset(0x7F8824DE80, 0x0, 0x230, ...) => return 0x7F8824DE80
2521|0x48a463: Calling memcpy(0x7F8824DAF0, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DAF0
2521|0x48a463: Calling memcpy(0x7F8824DAF0, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DAF0
2521|0x488a9e: Calling memcpy(0x7F8824DD88, 0x7F8824E480, 0x90, ...) => return 0x7F8824DD88
2521|0x488c30: Calling memcpy(0x7F8824E480, 0x7F8824DD88, 0x90, ...) => return 0x7F8824E480
2521|0x490b97: Calling memcpy(0x7F8824E0C8, 0x7F8824E248, 0xA8, ...) => return 0x7F8824E0C8
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824DDF8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ddf8)
 return 0x1
2521|0x488631: Calling memset(0x7F8824DAF0, 0x0, 0x230, ...) => return 0x7F8824DAF0
2521|0x48a463: Calling memcpy(0x7F8824D7E0, 0x7F8824DAF0, 0x230, ...) => return 0x7F8824D7E0
2521|0x48a463: Calling memcpy(0x7F8824D7E0, 0x7F8824DAF0, 0x230, ...) => return 0x7F8824D7E0
2521|0x488402: Calling dl_iterate_phdr(0x488C80, 0x7F8824E148, 0x17A506B, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824e148)
 return 0x1
2521|0x48844c: Calling memset(0x7F8824E158, 0x0, 0x17A, ...) => return 0x7F8824E158
2521|0x488631: Calling memset(0x7F8824DE80, 0x0, 0x230, ...) => return 0x7F8824DE80
2521|0x48a463: Calling memcpy(0x7F8824DB70, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DB70
2521|0x48a463: Calling memcpy(0x7F8824DB70, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DB70
2521|0x48894c: Calling memset(0x7F8824DE80, 0x0, 0x230, ...) => return 0x7F8824DE80
2521|0x48a463: Calling memcpy(0x7F8824DAF0, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DAF0
2521|0x48a463: Calling memcpy(0x7F8824DAF0, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DAF0
2521|0x488a9e: Calling memcpy(0x7F8824DD88, 0x7F8824E480, 0x90, ...) => return 0x7F8824DD88
2521|0x488c30: Calling memcpy(0x7F8824E480, 0x7F8824DD88, 0x90, ...) => return 0x7F8824E480
2521|0x490b97: Calling memcpy(0x7F8824E0C8, 0x7F8824E248, 0xA8, ...) => return 0x7F8824E0C8
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824DDF8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ddf8)
 return 0x1
2521|0x488631: Calling memset(0x7F8824DAF0, 0x0, 0x230, ...) => return 0x7F8824DAF0
2521|0x48a463: Calling memcpy(0x7F8824D7E0, 0x7F8824DAF0, 0x230, ...) => return 0x7F8824D7E0
2521|0x48a463: Calling memcpy(0x7F8824D7E0, 0x7F8824DAF0, 0x230, ...) => return 0x7F8824D7E0
2521|0x488402: Calling dl_iterate_phdr(0x488C80, 0x7F8824E148, 0x188BA65, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824e148)
 return 0x1
2521|0x48844c: Calling memset(0x7F8824E158, 0x0, 0x17A, ...) => return 0x7F8824E158
2521|0x488631: Calling memset(0x7F8824DE80, 0x0, 0x230, ...) => return 0x7F8824DE80
2521|0x48a463: Calling memcpy(0x7F8824DB70, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DB70
2521|0x48a463: Calling memcpy(0x7F8824DB70, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DB70
2521|0x48894c: Calling memset(0x7F8824DE80, 0x0, 0x230, ...) => return 0x7F8824DE80
2521|0x48a463: Calling memcpy(0x7F8824DAF0, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DAF0
2521|0x48a463: Calling memcpy(0x7F8824DAF0, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DAF0
2521|0x488a9e: Calling memcpy(0x7F8824DD88, 0x7F8824E480, 0x90, ...) => return 0x7F8824DD88
2521|0x488c30: Calling memcpy(0x7F8824E480, 0x7F8824DD88, 0x90, ...) => return 0x7F8824E480
2521|0x490b97: Calling memcpy(0x7F8824E0C8, 0x7F8824E248, 0xA8, ...) => return 0x7F8824E0C8
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824DDF8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ddf8)
 return 0x1
2521|0x488631: Calling memset(0x7F8824DAF0, 0x0, 0x230, ...) => return 0x7F8824DAF0
2521|0x48a463: Calling memcpy(0x7F8824D7E0, 0x7F8824DAF0, 0x230, ...) => return 0x7F8824D7E0
2521|0x48a463: Calling memcpy(0x7F8824D7E0, 0x7F8824DAF0, 0x230, ...) => return 0x7F8824D7E0
2521|0x488402: Calling dl_iterate_phdr(0x488C80, 0x7F8824E148, 0x188BCC6, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824e148)
 return 0x1
2521|0x48844c: Calling memset(0x7F8824E158, 0x0, 0x17A, ...) => return 0x7F8824E158
2521|0x488631: Calling memset(0x7F8824DE80, 0x0, 0x230, ...) => return 0x7F8824DE80
2521|0x48a463: Calling memcpy(0x7F8824DB70, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DB70
2521|0x48a463: Calling memcpy(0x7F8824DB70, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DB70
2521|0x48894c: Calling memset(0x7F8824DE80, 0x0, 0x230, ...) => return 0x7F8824DE80
2521|0x48a463: Calling memcpy(0x7F8824DAF0, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DAF0
2521|0x48a463: Calling memcpy(0x7F8824DAF0, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DAF0
2521|0x488a9e: Calling memcpy(0x7F8824DD88, 0x7F8824E480, 0x90, ...) => return 0x7F8824DD88
2521|0x488c30: Calling memcpy(0x7F8824E480, 0x7F8824DD88, 0x90, ...) => return 0x7F8824E480
2521|0x490b97: Calling memcpy(0x7F8824E0C8, 0x7F8824E248, 0xA8, ...) => return 0x7F8824E0C8
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824DDF8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ddf8)
 return 0x1
2521|0x488631: Calling memset(0x7F8824DAF0, 0x0, 0x230, ...) => return 0x7F8824DAF0
2521|0x48a463: Calling memcpy(0x7F8824D7E0, 0x7F8824DAF0, 0x230, ...) => return 0x7F8824D7E0
2521|0x48a463: Calling memcpy(0x7F8824D7E0, 0x7F8824DAF0, 0x230, ...) => return 0x7F8824D7E0
2521|0x488402: Calling dl_iterate_phdr(0x488C80, 0x7F8824E148, 0x188BC71, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824e148)
 return 0x1
2521|0x48844c: Calling memset(0x7F8824E158, 0x0, 0x17A, ...) => return 0x7F8824E158
2521|0x488631: Calling memset(0x7F8824DE80, 0x0, 0x230, ...) => return 0x7F8824DE80
2521|0x48a463: Calling memcpy(0x7F8824DB70, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DB70
2521|0x48a463: Calling memcpy(0x7F8824DB70, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DB70
2521|0x48894c: Calling memset(0x7F8824DE80, 0x0, 0x230, ...) => return 0x7F8824DE80
2521|0x48a463: Calling memcpy(0x7F8824DAF0, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DAF0
2521|0x48a463: Calling memcpy(0x7F8824DAF0, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DAF0
2521|0x488a9e: Calling memcpy(0x7F8824DD88, 0x7F8824E480, 0x90, ...) => return 0x7F8824DD88
2521|0x488c30: Calling memcpy(0x7F8824E480, 0x7F8824DD88, 0x90, ...) => return 0x7F8824E480
2521|0x490b97: Calling memcpy(0x7F8824E008, 0x7F8824E188, 0xA8, ...) => return 0x7F8824E008
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824DD38, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824dd38)
 return 0x1
2521|0x488631: Calling memset(0x7F8824DA30, 0x0, 0x230, ...) => return 0x7F8824DA30
2521|0x48a463: Calling memcpy(0x7F8824D720, 0x7F8824DA30, 0x230, ...) => return 0x7F8824D720
2521|0x48a463: Calling memcpy(0x7F8824D720, 0x7F8824DA30, 0x230, ...) => return 0x7F8824D720
2521|0x488402: Calling dl_iterate_phdr(0x488C80, 0x7F8824E148, 0x17D965B, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824e148)
 return 0x1
2521|0x48844c: Calling memset(0x7F8824E158, 0x0, 0x17A, ...) => return 0x7F8824E158
2521|0x488631: Calling memset(0x7F8824DE80, 0x0, 0x230, ...) => return 0x7F8824DE80
2521|0x48a463: Calling memcpy(0x7F8824DB70, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DB70
2521|0x48a463: Calling memcpy(0x7F8824DB70, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DB70
2521|0x48894c: Calling memset(0x7F8824DE80, 0x0, 0x230, ...) => return 0x7F8824DE80
2521|0x48a463: Calling memcpy(0x7F8824DAF0, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DAF0
2521|0x48a463: Calling memcpy(0x7F8824DAF0, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DAF0
2521|0x488a9e: Calling memcpy(0x7F8824DD88, 0x7F8824E480, 0x90, ...) => return 0x7F8824DD88
2521|0x488c30: Calling memcpy(0x7F8824E480, 0x7F8824DD88, 0x90, ...) => return 0x7F8824E480
2521|0x490b97: Calling memcpy(0x7F8824E0C8, 0x7F8824E248, 0xA8, ...) => return 0x7F8824E0C8
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824DDF8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ddf8)
 return 0x1
2521|0x488631: Calling memset(0x7F8824DAF0, 0x0, 0x230, ...) => return 0x7F8824DAF0
2521|0x48a463: Calling memcpy(0x7F8824D7E0, 0x7F8824DAF0, 0x230, ...) => return 0x7F8824D7E0
2521|0x48a463: Calling memcpy(0x7F8824D7E0, 0x7F8824DAF0, 0x230, ...) => return 0x7F8824D7E0
2521|0x488402: Calling dl_iterate_phdr(0x488C80, 0x7F8824E148, 0x188B5D7, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824e148)
 return 0x1
2521|0x48844c: Calling memset(0x7F8824E158, 0x0, 0x17A, ...) => return 0x7F8824E158
2521|0x488631: Calling memset(0x7F8824DE80, 0x0, 0x230, ...) => return 0x7F8824DE80
2521|0x48a463: Calling memcpy(0x7F8824DB70, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DB70
2521|0x48a463: Calling memcpy(0x7F8824DB70, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DB70
2521|0x48894c: Calling memset(0x7F8824DE80, 0x0, 0x230, ...) => return 0x7F8824DE80
2521|0x48a463: Calling memcpy(0x7F8824DAF0, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DAF0
2521|0x48a463: Calling memcpy(0x7F8824DAF0, 0x7F8824DE80, 0x230, ...) => return 0x7F8824DAF0
2521|0x488a9e: Calling memcpy(0x7F8824DD88, 0x7F8824E480, 0x90, ...) => return 0x7F8824DD88
2521|0x488c30: Calling memcpy(0x7F8824E480, 0x7F8824DD88, 0x90, ...) => return 0x7F8824E480
2521|0x490b97: Calling memcpy(0x7F8824E0C8, 0x7F8824E248, 0xA8, ...) => return 0x7F8824E0C8
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824DDF8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ddf8)
 return 0x1
2521|0x488631: Calling memset(0x7F8824DAF0, 0x0, 0x230, ...) => return 0x7F8824DAF0
2521|0x48a463: Calling memcpy(0x7F8824D7E0, 0x7F8824DAF0, 0x230, ...) => return 0x7F8824D7E0
2521|0x48a463: Calling memcpy(0x7F8824D7E0, 0x7F8824DAF0, 0x230, ...) => return 0x7F8824D7E0
2521|0x47005f: Calling memset(0x78040044, 0xFF, 0x2, ...) => return 0x78040044
2521|0x47005f: Calling memset(0x78040048, 0xFF, 0x2, ...) => return 0x78040048
2521|0x47005f: Calling memset(0x7804004C, 0xFF, 0x2, ...) => return 0x7804004C
2521|0x47005f: Calling memset(0x78040050, 0xFF, 0x2, ...) => return 0x78040050
2521|0x47005f: Calling memset(0x78040054, 0xFF, 0x2, ...) => return 0x78040054
2521|0x47005f: Calling memset(0x78040058, 0xFF, 0x2, ...) => return 0x78040058
2521|0x47005f: Calling memset(0x7804005C, 0xFF, 0x2, ...) => return 0x7804005C
2521|0x47005f: Calling memset(0x78040060, 0xFF, 0x2, ...) => return 0x78040060
2521|0x47005f: Calling memset(0x78040064, 0xFF, 0x2, ...) => return 0x78040064
2521|0x47005f: Calling memset(0x780400CC, 0xFF, 0x2, ...) => return 0x780400CC
2521|0x47005f: Calling memset(0x780400E4, 0xFF, 0x4, ...) => return 0x780400E4
2521|0x47005f: Calling memset(0x780400EA, 0xFF, 0x2, ...) => return 0x780400EA
2521|0x47005f: Calling memset(0x780400EE, 0xFF, 0x2, ...) => return 0x780400EE
2521|0x47005f: Calling memset(0x780400F2, 0xFF, 0x2, ...) => return 0x780400F2
2521|0x47005f: Calling memset(0x780400F8, 0xFF, 0xA, ...) => return 0x780400F8
2521|0x47005f: Calling memset(0x78040108, 0xFF, 0x2, ...) => return 0x78040108
2521|0x47005f: Calling memset(0x7804010C, 0xFF, 0x2, ...) => return 0x7804010C
2521|0x47005f: Calling memset(0x78040110, 0xFF, 0x2, ...) => return 0x78040110
2521|0x47005f: Calling memset(0x78040114, 0xFF, 0x2, ...) => return 0x78040114
2521|0x47005f: Calling memset(0x78040118, 0xFF, 0x2, ...) => return 0x78040118
2521|0x47005f: Calling memset(0x7804011C, 0xFF, 0xA, ...) => return 0x7804011C
2521|0x47005f: Calling memset(0x7804012A, 0xFF, 0x2, ...) => return 0x7804012A
2521|0x47005f: Calling memset(0x78040138, 0xFF, 0x2, ...) => return 0x78040138
2521|0x47005f: Calling memset(0x7804013E, 0xFF, 0x1C, ...) => return 0x7804013E
2521|0x45d458: Calling memset(0x7801013C, 0x0, 0x20, ...) => return 0x7801013C
2521|0x485cc1: Calling gettimeofday(0x7F8824E9E8, 0x0, 0x20, ...) => return 0x0
2521|0x485bb1: Calling sysconf(0x55, 0x7F8824E950, 0x0, ...) => return 0x39EB9
2521|0x485bc4: Calling sysconf(0x1E, 0x7F8824E950, 0x0, ...) => return 0x1000
2521|0x4863b7: Calling fopen("/proc/self/statm", "r") => return 0x44D1D3F0
2521|0x4863e2: Calling __getdelim(0x7F8824E8B8, 0x7F8824E8C0, 0xA, ...) => return 0x23
2521|0x48640b: Calling strtok_r(0x44D1D5D0, 0x1750D10, 0x7F8824E8B0, ...) => return 0x44D1D5D0
2521|0x48641b: Calling strtok_r(0x0, 0x1750D10, 0x7F8824E8B0, ...) => return 0x44D1D5D7
2521|0x486423: Calling __errno_location(0x0, 0x1750D10, 0x7F8824E8B0, ...) => return 0x7F885B6A10
2521|0x48643a: Calling strtoull(0x44D1D5D7, 0x0, 0x0, ...) => return 0x7494
2521|0x48644e: Calling sysconf(0x1E, 0x0, 0x0, ...) => return 0x1000
2521|0x48646f: Calling fclose(0x44D1D3F0, 0x0, 0x0, ...) => return 0x0
2521|0x486479: Calling free(0x44D1D5D0, 0x0, 0x0, ...) => return 0x0
2521|0x485cc1: Calling gettimeofday(0x7F8824E9B8, 0x0, 0x60010000, ...) => return 0x0
2521|0x485d31: Calling gettimeofday(0x7F8824EA78, 0x0, 0x4B1352, ...) => return 0x0
2521|0x485e93: Calling pthread_mutex_lock(0x44900420, 0x0, 0x2, ...) => return 0x0
2521|0x485e9f: Calling pthread_mutex_unlock(0x44900420, 0x0, 0x2, ...) => return 0x0
2521|0x4449ad: Calling pthread_cond_broadcast(0x449003F0, 0x0, 0x2, ...) => return 0x0
2521|0x45343a: Calling pthread_mutex_unlock(0x252D230, 0x0, 0x2, ...) => return 0x0
2521|0x485e93: Calling pthread_mutex_lock(0x44900490, 0x0, 0x2, ...) => return 0x0
2521|0x485e9f: Calling pthread_mutex_unlock(0x44900490, 0x0, 0x2, ...) => return 0x0
2521|0x44f48d: Calling pthread_cond_broadcast(0x44900460, 0x0, 0x2, ...) => return 0x0
2521|0x484bf3: Calling pthread_mutex_lock(0x449040D0, 0x0, 0x2, ...) => return 0x0
2521|0x484c03: Calling pthread_mutex_unlock(0x449040D0, 0x0, 0x2, ...) => return 0x0
2521|0x484c0b: Calling pthread_cond_broadcast(0x449040A0, 0x0, 0x2, ...) => return 0x0
2521|0x450d69: Calling memset(0x701C48E0, 0x0, 0xB43B8, ...) => return 0x701C48E0
2521|0x43cf46: Calling memmove(0x701C48F8, 0x702A49A0, 0xB43A0, ...) => return 0x701C48F8
2521|0x450d69: Calling memset(0x6009F9F8, 0x0, 0x2000, ...) => return 0x6009F9F8
2521|0xac350d: Calling pthread_mutex_lock(0x7F80015210, 0x23780B8, 0x0, ...) => return 0x0
 ...  =>PltResolver: Addr=0x44816b20, Slot=0 Return=0x49496d(/storage/roms/ports/DEV/carrion/Carrion/CoreLibNative_LowLevelMonitor_Signal_Release + 0xd): elf is /storage/roms/ports/DEV/carrion/Carrion (VerSym=0x402dc6, deepbind=0, local_maplib=(nil)) func param: 0x7f80015238, (nil)...
            Apply STB_GLOBAL R_X86_64_JUMP_SLOT 0x1f38018 with sym=pthread_cond_signal(optver 2: pthread_cond_signal@GLIBC_2.3.2) (0x404b36 -> 0x50160 / box64)
 return 0x4489ECC0
2521|0x49496d: Calling pthread_cond_signal(0x7F80015238, 0x0, 0x0, ...) => return 0x0
2521|0xe44a8b: Calling pthread_mutex_unlock(0x7F80015210, 0x0, 0x0, ...) => return 0x0
 return 0x0

// followed by more repetitions

2597|0xe1fe29: Calling pthread_mutex_unlock(0x7F80015210, 0xE4425B, 0x24, ...) => return 0x0
2521|0x47dc06: Calling pthread_mutex_lock(0x44904EF0, 0x44904F98, 0x0, ...) => return 0x0
2597|0x450d69: Calling memset(0x600A19F8, 0x0, 0x2000, ...) => return 0x600A19F8
2597|0x490b97: Calling memcpy(0x7F86F52158, 0x7F86F522D8, 0xA8, ...) => return 0x7F86F52158
2521|0x47dc5f: Calling pthread_mutex_unlock(0x44904EF0, 0xBC0, 0x7F8824E6A0, ...) => return 0x0
2597|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F86F51E88, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f86f51e88)
 return 0x1
2597|0x488631: Calling memset(0x7F86F51B80, 0x0, 0x230, ...) => return 0x7F86F51B80
2597|0x48a463: Calling memcpy(0x7F86F51870, 0x7F86F51B80, 0x230, ...) => return 0x7F86F51870
2597|0x48a463: Calling memcpy(0x7F86F51870, 0x7F86F51B80, 0x230, ...) => return 0x7F86F51870
2597|0x490b97: Calling memcpy(0x7F86F52158, 0x7F86F522D8, 0xA8, ...) => return 0x7F86F52158
2597|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F86F51E88, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f86f51e88)
 return 0x1
2597|0x488631: Calling memset(0x7F86F51B80, 0x0, 0x230, ...) => return 0x7F86F51B80
2597|0x48a463: Calling memcpy(0x7F86F51870, 0x7F86F51B80, 0x230, ...) => return 0x7F86F51870
2597|0x48a463: Calling memcpy(0x7F86F51870, 0x7F86F51B80, 0x230, ...) => return 0x7F86F51870
2521|0x490b97: Calling memcpy(0x7F8824ED08, 0x7F8824EE88, 0xA8, ...) => return 0x7F8824ED08
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824EA38, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ea38)
 return 0x1
2521|0x488631: Calling memset(0x7F8824E730, 0x0, 0x230, ...) => return 0x7F8824E730
2521|0x48a463: Calling memcpy(0x7F8824E420, 0x7F8824E730, 0x230, ...) => return 0x7F8824E420
2521|0x48a463: Calling memcpy(0x7F8824E420, 0x7F8824E730, 0x230, ...) => return 0x7F8824E420
2521|0x490b97: Calling memcpy(0x7F8824ED08, 0x7F8824EE88, 0xA8, ...) => return 0x7F8824ED08
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824EA38, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ea38)
 return 0x1
2521|0x488631: Calling memset(0x7F8824E730, 0x0, 0x230, ...) => return 0x7F8824E730
2521|0x48a463: Calling memcpy(0x7F8824E420, 0x7F8824E730, 0x230, ...) => return 0x7F8824E420
2521|0x48a463: Calling memcpy(0x7F8824E420, 0x7F8824E730, 0x230, ...) => return 0x7F8824E420
2597|0x490b97: Calling memcpy(0x7F86F52178, 0x7F86F522F8, 0xA8, ...) => return 0x7F86F52178
2521|0x490b97: Calling memcpy(0x7F8824ED08, 0x7F8824EE88, 0xA8, ...) => return 0x7F8824ED08
2597|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F86F51EA8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f86f51ea8)
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824EA38, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ea38)
 return 0x1
 return 0x1
2597|0x488631: Calling memset(0x7F86F51BA0, 0x0, 0x230, ...) => return 0x7F86F51BA0
2521|0x488631: Calling memset(0x7F8824E730, 0x0, 0x230, ...) => return 0x7F8824E730
2597|0x48a463: Calling memcpy(0x7F86F51890, 0x7F86F51BA0, 0x230, ...) => return 0x7F86F51890
2521|0x48a463: Calling memcpy(0x7F8824E420, 0x7F8824E730, 0x230, ...) => return 0x7F8824E420
2597|0x48a463: Calling memcpy(0x7F86F51890, 0x7F86F51BA0, 0x230, ...) => return 0x7F86F51890
2521|0x48a463: Calling memcpy(0x7F8824E420, 0x7F8824E730, 0x230, ...) => return 0x7F8824E420
2521|0x490b97: Calling memcpy(0x7F8824ED08, 0x7F8824EE88, 0xA8, ...) => return 0x7F8824ED08
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824EA38, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ea38)
 return 0x1
2521|0x488631: Calling memset(0x7F8824E730, 0x0, 0x230, ...) => return 0x7F8824E730
2521|0x48a463: Calling memcpy(0x7F8824E420, 0x7F8824E730, 0x230, ...) => return 0x7F8824E420
2521|0x48a463: Calling memcpy(0x7F8824E420, 0x7F8824E730, 0x230, ...) => return 0x7F8824E420
2521|0x490b97: Calling memcpy(0x7F8824ED08, 0x7F8824EE88, 0xA8, ...) => return 0x7F8824ED08
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824EA38, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ea38)
 return 0x1
2521|0x488631: Calling memset(0x7F8824E730, 0x0, 0x230, ...) => return 0x7F8824E730
2521|0x48a463: Calling memcpy(0x7F8824E420, 0x7F8824E730, 0x230, ...) => return 0x7F8824E420
2521|0x48a463: Calling memcpy(0x7F8824E420, 0x7F8824E730, 0x230, ...) => return 0x7F8824E420
2521|0x490b97: Calling memcpy(0x7F8824ED08, 0x7F8824EE88, 0xA8, ...) => return 0x7F8824ED08
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824EA38, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ea38)
 return 0x1
2521|0x488631: Calling memset(0x7F8824E730, 0x0, 0x230, ...) => return 0x7F8824E730
2521|0x48a463: Calling memcpy(0x7F8824E420, 0x7F8824E730, 0x230, ...) => return 0x7F8824E420
2521|0x48a463: Calling memcpy(0x7F8824E420, 0x7F8824E730, 0x230, ...) => return 0x7F8824E420
2521|0x490b97: Calling memcpy(0x7F8824ED08, 0x7F8824EE88, 0xA8, ...) => return 0x7F8824ED08
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824EA38, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ea38)
 return 0x1
2521|0x488631: Calling memset(0x7F8824E730, 0x0, 0x230, ...) => return 0x7F8824E730
2521|0x48a463: Calling memcpy(0x7F8824E420, 0x7F8824E730, 0x230, ...) => return 0x7F8824E420
2521|0x48a463: Calling memcpy(0x7F8824E420, 0x7F8824E730, 0x230, ...) => return 0x7F8824E420
2521|0x490b97: Calling memcpy(0x7F8824ED08, 0x7F8824EE88, 0xA8, ...) => return 0x7F8824ED08
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824EA38, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ea38)
 return 0x1
2521|0x488631: Calling memset(0x7F8824E730, 0x0, 0x230, ...) => return 0x7F8824E730
2521|0x48a463: Calling memcpy(0x7F8824E420, 0x7F8824E730, 0x230, ...) => return 0x7F8824E420
2521|0x48a463: Calling memcpy(0x7F8824E420, 0x7F8824E730, 0x230, ...) => return 0x7F8824E420
2521|0x4924aa: Calling pthread_mutex_lock(0x448FD4D8, 0x30, 0x10, ...) => return 0x0
2521|0x4925cd: Calling pthread_mutex_unlock(0x448FD4D8, 0x30, 0x780A0760, ...) => return 0x0
2521|0x439291: Calling memset(0x780A0780, 0x0, 0x10, ...) => return 0x780A0780
2521|0x490b97: Calling memcpy(0x7F8824ED28, 0x7F8824EEA8, 0xA8, ...) => return 0x7F8824ED28
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824EA58, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ea58)
 return 0x1
2521|0x488631: Calling memset(0x7F8824E750, 0x0, 0x230, ...) => return 0x7F8824E750
2521|0x48a463: Calling memcpy(0x7F8824E440, 0x7F8824E750, 0x230, ...) => return 0x7F8824E440
2521|0x48a463: Calling memcpy(0x7F8824E440, 0x7F8824E750, 0x230, ...) => return 0x7F8824E440
2521|0x450d69: Calling memset(0x600A39F8, 0x0, 0x2000, ...) => return 0x600A39F8
2597|0x450d69: Calling memset(0x600A59F8, 0x0, 0xE430, ...) => return 0x600A59F8
2597|0x450d69: Calling memset(0x70011030, 0x0, 0x39008, ...) => return 0x70011030
2521|0x450d69: Calling memset(0x600B3E28, 0x0, 0xE430, ...) => return 0x600B3E28
2521|0x450d69: Calling memset(0x7004A058, 0x0, 0x39008, ...) => return 0x7004A058
2597|0x450d69: Calling memset(0x600C2258, 0x0, 0x2000, ...) => return 0x600C2258
2521|0x450d69: Calling memset(0x600C4258, 0x0, 0x2000, ...) => return 0x600C4258
2597|0x490b97: Calling memcpy(0x7F86F52178, 0x7F86F522F8, 0xA8, ...) => return 0x7F86F52178
2597|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F86F51EA8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f86f51ea8)
 return 0x1
2597|0x488631: Calling memset(0x7F86F51BA0, 0x0, 0x230, ...) => return 0x7F86F51BA0
2597|0x48a463: Calling memcpy(0x7F86F51890, 0x7F86F51BA0, 0x230, ...) => return 0x7F86F51890
2597|0x48a463: Calling memcpy(0x7F86F51890, 0x7F86F51BA0, 0x230, ...) => return 0x7F86F51890
2521|0x490b97: Calling memcpy(0x7F8824ED28, 0x7F8824EEA8, 0xA8, ...) => return 0x7F8824ED28
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824EA58, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ea58)
 return 0x1
2521|0x488631: Calling memset(0x7F8824E750, 0x0, 0x230, ...) => return 0x7F8824E750
2521|0x48a463: Calling memcpy(0x7F8824E440, 0x7F8824E750, 0x230, ...) => return 0x7F8824E440
2521|0x48a463: Calling memcpy(0x7F8824E440, 0x7F8824E750, 0x230, ...) => return 0x7F8824E440
2521|0x490b97: Calling memcpy(0x7F8824ED28, 0x7F8824EEA8, 0xA8, ...) => return 0x7F8824ED28
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824EA58, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ea58)
 return 0x1
2521|0x488631: Calling memset(0x7F8824E750, 0x0, 0x230, ...) => return 0x7F8824E750
2521|0x48a463: Calling memcpy(0x7F8824E440, 0x7F8824E750, 0x230, ...) => return 0x7F8824E440
2521|0x48a463: Calling memcpy(0x7F8824E440, 0x7F8824E750, 0x230, ...) => return 0x7F8824E440
2521|0x490b97: Calling memcpy(0x7F8824ED28, 0x7F8824EEA8, 0xA8, ...) => return 0x7F8824ED28
2597|0x490b97: Calling memcpy(0x7F86F52178, 0x7F86F522F8, 0xA8, ...) => return 0x7F86F52178
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824EA58, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ea58)
2597|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F86F51EA8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f86f51ea8)
 return 0x1
 return 0x1
2521|0x488631: Calling memset(0x7F8824E750, 0x0, 0x230, ...) =>2597|0x488631: Calling memset(0x7F86F51BA0, 0x0, 0x230, ...) => return 0x7F86F51BA0
 return 0x7F8824E750
2597|0x48a463: Calling memcpy(0x7F86F51890, 0x7F86F51BA0, 0x230, ...) => return 0x7F86F51890
2521|0x48a463: Calling memcpy(0x7F8824E440, 0x7F8824E750, 0x230, ...) => return 0x7F8824E440
2597|0x48a463: Calling memcpy(0x7F86F51890, 0x7F86F51BA0, 0x230, ...) => return 0x7F86F51890
2521|0x48a463: Calling memcpy(0x7F8824E440, 0x7F8824E750, 0x230, ...) => return 0x7F8824E440
2521|0x450d69: Calling memset(0x600C6258, 0x0, 0x2000, ...) => return 0x600C6258
2521|0x490b97: Calling memcpy(0x7F8824ED28, 0x7F8824EEA8, 0xA8, ...) => return 0x7F8824ED28
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824EA58, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ea58)
 return 0x1
2521|0x488631: Calling memset(0x7F8824E750, 0x0, 0x230, ...) => return 0x7F8824E750
2521|0x48a463: Calling memcpy(0x7F8824E440, 0x7F8824E750, 0x230, ...) => return 0x7F8824E440
2521|0x48a463: Calling memcpy(0x7F8824E440, 0x7F8824E750, 0x230, ...) => return 0x7F8824E440
2521|0x490b97: Calling memcpy(0x7F8824ED28, 0x7F8824EEA8, 0xA8, ...) => return 0x7F8824ED28
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824EA58, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ea58)
 return 0x1
2521|0x488631: Calling memset(0x7F8824E750, 0x0, 0x230, ...) => return 0x7F8824E750
2521|0x48a463: Calling memcpy(0x7F8824E440, 0x7F8824E750, 0x230, ...) => return 0x7F8824E440
2521|0x48a463: Calling memcpy(0x7F8824E440, 0x7F8824E750, 0x230, ...) => return 0x7F8824E440
2521|0x490b97: Calling memcpy(0x7F8824ED28, 0x7F8824EEA8, 0xA8, ...) => return 0x7F8824ED28
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824EA58, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ea58)
 return 0x1
2521|0x488631: Calling memset(0x7F8824E750, 0x0, 0x230, ...) => return 0x7F8824E750
2521|0x48a463: Calling memcpy(0x7F8824E440, 0x7F8824E750, 0x230, ...) => return 0x7F8824E440
2521|0x48a463: Calling memcpy(0x7F8824E440, 0x7F8824E750, 0x230, ...) => return 0x7F8824E440
2521|0x490b97: Calling memcpy(0x7F8824ED28, 0x7F8824EEA8, 0xA8, ...) => return 0x7F8824ED28
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824EA58, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ea58)
 return 0x1
2597|0x494586: Calling __errno_location(0x7F86F524D8, 0x7F86F52520, 0x8, ...) => return 0x7F866528F0
2597|0x495f60: Calling fcntl(0x2, 0x406, 0x0, ...) => return 0x1D
2521|0x488631: Calling memset(0x7F8824E750, 0x0, 0x230, ...) => return 0x7F8824E750
2597|0x494576: Calling __errno_location(0x7F86F524D8, 0x600C3700, 0x2524D21, ...) => return 0x7F866528F0
2521|0x48a463: Calling memcpy(0x7F8824E440, 0x7F8824E750, 0x230, ...) => return 0x7F8824E440
2521|0x48a463: Calling memcpy(0x7F8824E440, 0x7F8824E750, 0x230, ...) => return 0x7F8824E440
2521|0x490b97: Calling memcpy(0x7F8824ED28, 0x7F8824EEA8, 0xA8, ...) => return 0x7F8824ED28
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824EA58, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ea58)
 return 0x1
2521|0x488631: Calling memset(0x7F8824E750, 0x0, 0x230, ...) => return 0x7F8824E750
2521|0x48a463: Calling memcpy(0x7F8824E440, 0x7F8824E750, 0x230, ...) => return 0x7F8824E440
2521|0x48a463: Calling memcpy(0x7F8824E440, 0x7F8824E750, 0x230, ...) => return 0x7F8824E440
2597|0x494586: Calling __errno_location(0x7F86F523E0, 0x7F86F52430, 0x8, ...) => return 0x7F866528F0
2597|0x496cce: Calling write(29, 0x600c39d8, 256) =>Unhandled Exception: System.Exception: GraphicsResource has not been released.
   at Microsoft.Xna.Framework.Graphics.GraphicsResource.Finalize() + 0x30
   at System.Runtime.__Finalizer.DrainQueue() + 0x5c
   at System.Runtime.__Finalizer.ProcessFinalizers return 0x100
2597|0x494576: Calling __errno_location(0x7F86F523E0, 0x18, 0x22B7030, ...) => return 0x7F866528F0
2597|0x494586: Calling __errno_location(0x7F86F523E0, 0x7F86F52430, 0x8, ...) => return 0x7F866528F0
2597|0x496cce: Calling write(29, 0x600c39d8, 10) =>() + 0x50
 return 0xA
2597|0x494576: Calling __errno_location(0x7F86F523E0, 0x18, 0x22B7030, ...) => return 0x7F866528F0
2597|0xe79b81: Calling pthread_mutex_lock(0x252D340, 0x0, 0x7F86F523F8, ...) => return 0x0
2597|0xd22221: Calling pthread_mutex_unlock(0x252D340, 0x600C3DE0, 0x600C3E10, ...) => return 0x0
2597|0x4924aa: Calling pthread_mutex_lock(0x448FD4D8, 0x30, 0x10, ...) => return 0x0
2597|0x4925cd: Calling pthread_mutex_unlock(0x448FD4D8, 0x30, 0x780A0790, ...) => return 0x0
2597|0x439291: Calling memset(0x780A07B0, 0x0, 0x10, ...) => return 0x780A07B0
2597|0x4924aa: Calling pthread_mutex_lock(0x448FD4D8, 0x30, 0x10, ...) => return 0x0
2597|0x4925cd: Calling pthread_mutex_unlock(0x448FD4D8, 0x30, 0x780A07C0, ...) => return 0x0
2597|0x439291: Calling memset(0x780A07E0, 0x0, 0x10, ...) => return 0x780A07E0
2521|0x494586: Calling __errno_location(0x7F8824EF80, 0x7F8824EFD0, 0x8, ...) => return 0x7F885B6A10
2521|0x496cce: Calling write(23, 0x6004e198, 747) => return 0x2EB
2521|0x494576: Calling __errno_location(0x7F8824EF80, 0x18, 0x22B7030, ...) => return 0x7F885B6A10
2521|0x490b97: Calling memcpy(0x7F8824EB28, 0x7F8824ECA8, 0xA8, ...) => return 0x7F8824EB28
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824E858, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824e858)
 return 0x1
2521|0x488631: Calling memset(0x7F8824E550, 0x0, 0x230, ...) => return 0x7F8824E550
2521|0x48a463: Calling memcpy(0x7F8824E240, 0x7F8824E550, 0x230, ...) => return 0x7F8824E240
2521|0x48a463: Calling memcpy(0x7F8824E240, 0x7F8824E550, 0x230, ...) => return 0x7F8824E240
2521|0x488402: Calling dl_iterate_phdr(0x488C80, 0x7F8824EBB8, 0x17A6676, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ebb8)
 return 0x1
2521|0x48844c: Calling memset(0x7F8824EBC8, 0x0, 0x17A, ...) => return 0x7F8824EBC8
2521|0x488631: Calling memset(0x7F8824E8F0, 0x0, 0x230, ...) => return 0x7F8824E8F0
2521|0x48a463: Calling memcpy(0x7F8824E5E0, 0x7F8824E8F0, 0x230, ...) => return 0x7F8824E5E0
2521|0x48a463: Calling memcpy(0x7F8824E5E0, 0x7F8824E8F0, 0x230, ...) => return 0x7F8824E5E0
2521|0x48894c: Calling memset(0x7F8824E8F0, 0x0, 0x230, ...) => return 0x7F8824E8F0
2521|0x48a463: Calling memcpy(0x7F8824E560, 0x7F8824E8F0, 0x230, ...) => return 0x7F8824E560
2521|0x48a463: Calling memcpy(0x7F8824E560, 0x7F8824E8F0, 0x230, ...) => return 0x7F8824E560
2521|0x488a9e: Calling memcpy(0x7F8824E7F8, 0x7F8824EF80, 0x90, ...) => return 0x7F8824E7F8
2597|0x4924aa: Calling pthread_mutex_lock(0x448FD4D8, 0x30, 0x10, ...) => return 0x0
2521|0x488c30: Calling memcpy(0x7F8824EF80, 0x7F8824E7F8, 0x90, ...) => return 0x7F8824EF80
2597|0x4925cd: Calling pthread_mutex_unlock(0x448FD4D8, 0x30, 0x780A07F0, ...) => return 0x0
2521|0x441768: Calling memcpy(0x7F8824EF60, 0x7F8824F2C0, 0x180, ...) => return 0x7F8824EF60
2597|0x439291: Calling memset(0x780A0810, 0x0, 0x10, ...) => return 0x780A0810
2521|0x490b97: Calling memcpy(0x7F8824EA78, 0x7F8824EBF8, 0xA8, ...) => return 0x7F8824EA78
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824E7A8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824e7a8)
 return 0x1
2521|0x488631: Calling memset(0x7F8824E4A0, 0x0, 0x230, ...) => return 0x7F8824E4A0
2521|0x48a463: Calling memcpy(0x7F8824E190, 0x7F8824E4A0, 0x230, ...) => return 0x7F8824E190
2521|0x48a463: Calling memcpy(0x7F8824E190, 0x7F8824E4A0, 0x230, ...) => return 0x7F8824E190
2521|0x488402: Calling dl_iterate_phdr(0x488C80, 0x7F8824EBB8, 0x17A6676, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824ebb8)
 return 0x1
2521|0x48844c: Calling memset(0x7F8824EBC8, 0x0, 0x17A, ...) => return 0x7F8824EBC8
2521|0x488631: Calling memset(0x7F8824E8F0, 0x0, 0x230, ...) => return 0x7F8824E8F0
2521|0x48a463: Calling memcpy(0x7F8824E5E0, 0x7F8824E8F0, 0x230, ...) => return 0x7F8824E5E0
2521|0x48a463: Calling memcpy(0x7F8824E5E0, 0x7F8824E8F0, 0x230, ...) => return 0x7F8824E5E0
2521|0x48894c: Calling memset(0x7F8824E8F0, 0x0, 0x230, ...) => return 0x7F8824E8F0
2521|0x48a463: Calling memcpy(0x7F8824E560, 0x7F8824E8F0, 0x230, ...) => return 0x7F8824E560
2521|0x48a463: Calling memcpy(0x7F8824E560, 0x7F8824E8F0, 0x230, ...) => return 0x7F8824E560
2521|0x488a9e: Calling memcpy(0x7F8824E7F8, 0x7F8824EF80, 0x90, ...) => return 0x7F8824E7F8
2521|0x488c30: Calling memcpy(0x7F8824EF80, 0x7F8824E7F8, 0x90, ...) => return 0x7F8824EF80
2521|0x490b97: Calling memcpy(0x7F8824EB28, 0x7F8824ECA8, 0xA8, ...) => return 0x7F8824EB28
2521|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F8824E858, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f8824e858)
 return 0x1
2521|0x488631: Calling memset(0x7F8824E550, 0x0, 0x230, ...) => return 0x7F8824E550
2521|0x48a463: Calling memcpy(0x7F8824E240, 0x7F8824E550, 0x230, ...) => return 0x7F8824E240
2521|0x48a463: Calling memcpy(0x7F8824E240, 0x7F8824E550, 0x230, ...) => return 0x7F8824E240
 ...  =>PltResolver: Addr=0x44816b20, Slot=59 Return=0x494556(/storage/roms/ports/DEV/carrion/Carrion + 0x94556): elf is /storage/roms/ports/DEV/carrion/Carrion (VerSym=0x402dc6, deepbind=0, local_maplib=(nil)) func param: 0x7f8824e870, 0x6008d788...
            Apply STB_GLOBAL R_X86_64_JUMP_SLOT 0x1f381f0 with sym=abort(optver 4: abort@GLIBC_2.2.5) (0x404ee6 -> 0x60080 / box64)
 return 0x4489ECC0
2521|0x494556: Calling abort(0x7F8824E870, 0x6008D788, 0x6, ...) =>2597|0x4924aa: Calling pthread_mutex_lock(0x448FD4D8, 0x30, 0x10, ...) => return 0x0
2597|0x4925cd: Calling pthread_mutex_unlock(0x448FD4D8, 0x30, 0x780A0820, ...) => return 0x0
2597|0x439291: Calling memset(0x780A0840, 0x0, 0x10, ...) => return 0x780A0840
2597|0x4924aa: Calling pthread_mutex_lock(0x448FD4D8, 0x30, 0x10, ...) => return 0x0
2597|0x4925cd: Calling pthread_mutex_unlock(0x448FD4D8, 0x30, 0x780A0850, ...) => return 0x0
2597|0x439291: Calling memset(0x780A0870, 0x0, 0x10, ...) => return 0x780A0870
2597|0x485d31: Calling gettimeofday(0x7F86F51E28, 0x0, 0x0, ...) => return 0x0
2597|0x450d69: Calling memset(0x600C8258, 0x0, 0x2000, ...) => return 0x600C8258
2597|0x450d69: Calling memset(0x600CA258, 0x0, 0x2000, ...) => return 0x600CA258
2597|0x4fe739: Calling malloc(0x9B, 0x0, 0x98, ...) => return 0x7F80015270
2597|0x3f000b071c: Calling malloc(0x10, 0x3F001BAD85, 0x2226250, ...) => return 0x7F80015320
2597|0x440195: Calling memset(0x7F80015320, 0x0, 0x10, ...) => return 0x7F80015320
2597|0x4fe739: Calling malloc(0x8, 0x0, 0x2010, ...) => return 0x7F80015340
NativeBT: Carrion() [0x34a1a584]
NativeBT: linux-vdso.so.1(__kernel_rt_sigreturn+0) [0x7f885c8680]
NativeBT: /usr/lib/libc.so.6(+0x7d4b4) [0x7f8846d4b4]
NativeBT: /usr/lib/libc.so.6(gsignal+0x14) [0x7f88429bc4]
NativeBT: /usr/lib/libc.so.6(abort+0xd4) [0x7f884172dc]
NativeBT: Carrion() [0x349fde3c]
NativeBT: [0x7f77806658]
Warning: LSDA unsupported
2597|0xe79b81: Calling pthread_mutex_lock(0x252D340, 0x22D08F8, 0x0, ...) => return 0x0
2597|0xd22221: Calling pthread_mutex_unlock(0x252D340, 0x600CB0C8, 0x600CB0F8, ...) => return 0x0
Warning: augmentation string attribute 'P' unsupported
Warning: LSDA unsupported
Warning: LSDA unsupported
2597|0x4924aa: Calling pthread_mutex_lock(0x448FD4D8, 0x40, 0x10, ...) => return 0x0
2597|0x4925cd: Calling pthread_mutex_unlock(0x448FD4D8, 0x40, 0x780A0880, ...) => return 0x0
2597|0x439269: Calling memcpy(0x780A08A0, 0x780A0840, 0x10, ...) => return 0x780A08A0
2597|0x439291: Calling memset(0x780A08B0, 0x0, 0x10, ...) => return 0x780A08B0
2597|0x43931b: Calling pthread_mutex_lock(0x252D060, 0x2005630, 0x780A0820, ...) => return 0x0
2597|0x439335: Calling pthread_mutex_unlock(0x252D060, 0x2005630, 0x780A0820, ...) => return 0x0
Warning: LSDA unsupported
2597|0x4924aa: Calling pthread_mutex_lock(0x448FD4D8, 0x30, 0x10, ...) => return 0x0
2597|0x4925cd: Calling pthread_mutex_unlock(0x448FD4D8, 0x30, 0x780A08C0, ...) => return 0x0
2597|0x439291: Calling memset(0x780A08E0, 0x0, 0x10, ...) => return 0x780A08E0
Warning: LSDA unsupported
2597|0x4924aa: Calling pthread_mutex_lock(0x448FD4D8, 0x40, 0x10, ...) => return 0x0
2597|0x4925cd: Calling pthread_mutex_unlock(0x448FD4D8, 0x40, 0x780A08F0, ...) => return 0x0
2597|0x439269: Calling memcpy(0x780A0910, 0x780A0870, 0x10, ...) => return 0x780A0910
2597|0x439291: Calling memset(0x780A0920, 0x0, 0x10, ...) => return 0x780A0920
2597|0x43931b: Calling pthread_mutex_lock(0x252D060, 0x2004510, 0x780A0850, ...) => return 0x0
2597|0x439335: Calling pthread_mutex_unlock(0x252D060, 0x2004510, 0x780A0850, ...) => return 0x0
EmulatedBT: box64(abort+0) [0x60080]
EmulatedBT: /storage/roms/ports/DEV/carrion/Carrion+94556 [0x494556]
EmulatedBT: /storage/roms/ports/DEV/carrion/Carrion+3b170c [0x7b170c]
EmulatedBT: /storage/roms/ports/DEV/carrion/Carrion+91d1d5 [0xd1d1d5]
EmulatedBT: /storage/roms/ports/DEV/carrion/Carrion+91d1d5 [0xd1d1d5]
EmulatedBT: ??? [(nil)]
2521|SIGABRT @0x7f8846d4b4 (???(/usr/lib/libc.so.6+0x7d4b4)) (x64pc=0x60093/???:"???", rsp=0x7f8824e858, stack=0x7f87a50000:0x7f88250000 own=(nil) fp=0x7f8824e8c0), for accessing 0x9d9 (code=-6/prot=0), db=(nil)((nil):(nil)/(nil):(nil)/???:clean, hash:0/0) handler=(nil)
RSP-0x20:0x000000000193636c RSP-0x18:0x0000000001963fa4 RSP-0x10:0x0000000044816b20 RSP-0x08:0x000000000000003b
RSP+0x00:0x0000000000494556 RSP+0x08:0x000000004489ecc0 RSP+0x10:0x00000000007b1aa6 RSP+0x18:0x00000000007b1aa1
RAX:0x000000004489ecc0 RCX:0x00000000007bbeb2 RDX:0x0000000000000006 RBX:0x000000006008d788 
RSP:0x0000007f8824e858 RBP:0x0000007f8824e8c0 RSI:0x000000006008d788 RDI:0x0000007f8824e870 
 R8:0x0000007f8824e950  R9:0x0000000000000200 R10:0x0000000100000000 R11:0x0000007f8824e870 
R12:0x0000007f8824e950 R13:0x00000000007b15f0 R14:0x0000000001f387e8 R15:0x0000000002292e10 
ES:0x002b CS:0x0033 SS:0x002b DS:0x002b FS:0x0043 GS:0x0053 
/storage/roms/ports/DEV/CARRION (dev).sh: line 61:  2521 Aborted                 $GAMEDIR/box64/box64 $BINARY_NAME
Failed to restart oga_events.service: Unit oga_events.service not found.

RkShaRkz avatar Mar 28 '24 19:03 RkShaRkz

log.txt

here's the whole log in case you want to look more thoroughly through it.

the thing that catches my eye, right before the SIGABRT is this:

2521|0x494556: Calling abort(0x7F8824E870, 0x6008D788, 0x6, ...) =>2597|0x4924aa: Calling pthread_mutex_lock(0x448FD4D8, 0x30, 0x10, ...) => return 0x0
2597|0x4925cd: Calling pthread_mutex_unlock(0x448FD4D8, 0x30, 0x780A0820, ...) => return 0x0
2597|0x439291: Calling memset(0x780A0840, 0x0, 0x10, ...) => return 0x780A0840
2597|0x4924aa: Calling pthread_mutex_lock(0x448FD4D8, 0x30, 0x10, ...) => return 0x0
2597|0x4925cd: Calling pthread_mutex_unlock(0x448FD4D8, 0x30, 0x780A0850, ...) => return 0x0
2597|0x439291: Calling memset(0x780A0870, 0x0, 0x10, ...) => return 0x780A0870
2597|0x485d31: Calling gettimeofday(0x7F86F51E28, 0x0, 0x0, ...) => return 0x0
2597|0x450d69: Calling memset(0x600C8258, 0x0, 0x2000, ...) => return 0x600C8258
2597|0x450d69: Calling memset(0x600CA258, 0x0, 0x2000, ...) => return 0x600CA258
2597|0x4fe739: Calling malloc(0x9B, 0x0, 0x98, ...) => return 0x7F80015270
2597|0x3f000b071c: Calling malloc(0x10, 0x3F001BAD85, 0x2226250, ...) => return 0x7F80015320
2597|0x440195: Calling memset(0x7F80015320, 0x0, 0x10, ...) => return 0x7F80015320
2597|0x4fe739: Calling malloc(0x8, 0x0, 0x2010, ...) => return 0x7F80015340
NativeBT: Carrion() [0x34a1a584]
NativeBT: linux-vdso.so.1(__kernel_rt_sigreturn+0) [0x7f885c8680]
NativeBT: /usr/lib/libc.so.6(+0x7d4b4) [0x7f8846d4b4]
NativeBT: /usr/lib/libc.so.6(gsignal+0x14) [0x7f88429bc4]
NativeBT: /usr/lib/libc.so.6(abort+0xd4) [0x7f884172dc]
NativeBT: Carrion() [0x349fde3c]
NativeBT: [0x7f77806658]
Warning: LSDA unsupported
2597|0xe79b81: Calling pthread_mutex_lock(0x252D340, 0x22D08F8, 0x0, ...) => return 0x0
2597|0xd22221: Calling pthread_mutex_unlock(0x252D340, 0x600CB0C8, 0x600CB0F8, ...) => return 0x0
Warning: augmentation string attribute 'P' unsupported
Warning: LSDA unsupported
Warning: LSDA unsupported
2597|0x4924aa: Calling pthread_mutex_lock(0x448FD4D8, 0x40, 0x10, ...) => return 0x0
2597|0x4925cd: Calling pthread_mutex_unlock(0x448FD4D8, 0x40, 0x780A0880, ...) => return 0x0
2597|0x439269: Calling memcpy(0x780A08A0, 0x780A0840, 0x10, ...) => return 0x780A08A0
2597|0x439291: Calling memset(0x780A08B0, 0x0, 0x10, ...) => return 0x780A08B0
2597|0x43931b: Calling pthread_mutex_lock(0x252D060, 0x2005630, 0x780A0820, ...) => return 0x0
2597|0x439335: Calling pthread_mutex_unlock(0x252D060, 0x2005630, 0x780A0820, ...) => return 0x0
Warning: LSDA unsupported
2597|0x4924aa: Calling pthread_mutex_lock(0x448FD4D8, 0x30, 0x10, ...) => return 0x0
2597|0x4925cd: Calling pthread_mutex_unlock(0x448FD4D8, 0x30, 0x780A08C0, ...) => return 0x0
2597|0x439291: Calling memset(0x780A08E0, 0x0, 0x10, ...) => return 0x780A08E0
Warning: LSDA unsupported
2597|0x4924aa: Calling pthread_mutex_lock(0x448FD4D8, 0x40, 0x10, ...) => return 0x0
2597|0x4925cd: Calling pthread_mutex_unlock(0x448FD4D8, 0x40, 0x780A08F0, ...) => return 0x0
2597|0x439269: Calling memcpy(0x780A0910, 0x780A0870, 0x10, ...) => return 0x780A0910
2597|0x439291: Calling memset(0x780A0920, 0x0, 0x10, ...) => return 0x780A0920
2597|0x43931b: Calling pthread_mutex_lock(0x252D060, 0x2004510, 0x780A0850, ...) => return 0x0
2597|0x439335: Calling pthread_mutex_unlock(0x252D060, 0x2004510, 0x780A0850, ...) => return 0x0
EmulatedBT: box64(abort+0) [0x60080]
EmulatedBT: /storage/roms/ports/DEV/carrion/Carrion+94556 [0x494556]
EmulatedBT: /storage/roms/ports/DEV/carrion/Carrion+3b170c [0x7b170c]
EmulatedBT: /storage/roms/ports/DEV/carrion/Carrion+91d1d5 [0xd1d1d5]
EmulatedBT: /storage/roms/ports/DEV/carrion/Carrion+91d1d5 [0xd1d1d5]
EmulatedBT: ??? [(nil)]
2521|SIGABRT @0x7f8846d4b4 (???(/usr/lib/libc.so.6+0x7d4b4)) (x64pc=0x60093/???:"???", rsp=0x7f8824e858, stack=0x7f87a50000:0x7f88250000 own=(nil) fp=0x7f8824e8c0), for accessing 0x9d9 (code=-6/prot=0), db=(nil)((nil):(nil)/(nil):(nil)/???:clean, hash:0/0) handler=(nil)

RkShaRkz avatar Mar 28 '24 19:03 RkShaRkz

@ptitSeb issue is still relevant.

1527|0x488631: Calling memset(0x7F7C29E3E0, 0x0, 0x230, ...) => return 0x7F7C29E3E0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x490b97: Calling memcpy(0x7F7C29E9B8, 0x7F7C29EB38, 0xA8, ...) => return 0x7F7C29E9B8
1527|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F7C29E6E8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f7c29e6e8)
 return 0x1
1527|0x488631: Calling memset(0x7F7C29E3E0, 0x0, 0x230, ...) => return 0x7F7C29E3E0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x490b97: Calling memcpy(0x7F7C29E9B8, 0x7F7C29EB38, 0xA8, ...) => return 0x7F7C29E9B8
1527|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F7C29E6E8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f7c29e6e8)
 return 0x1
1527|0x488631: Calling memset(0x7F7C29E3E0, 0x0, 0x230, ...) => return 0x7F7C29E3E0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x490b97: Calling memcpy(0x7F7C29E9B8, 0x7F7C29EB38, 0xA8, ...) => return 0x7F7C29E9B8
1527|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F7C29E6E8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f7c29e6e8)
 return 0x1
1527|0x488631: Calling memset(0x7F7C29E3E0, 0x0, 0x230, ...) => return 0x7F7C29E3E0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x490b97: Calling memcpy(0x7F7C29E9B8, 0x7F7C29EB38, 0xA8, ...) => return 0x7F7C29E9B8
1527|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F7C29E6E8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f7c29e6e8)
 return 0x1
1527|0x488631: Calling memset(0x7F7C29E3E0, 0x0, 0x230, ...) => return 0x7F7C29E3E0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x490b97: Calling memcpy(0x7F7C29E9B8, 0x7F7C29EB38, 0xA8, ...) => return 0x7F7C29E9B8
1527|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F7C29E6E8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f7c29e6e8)
 return 0x1
1527|0x488631: Calling memset(0x7F7C29E3E0, 0x0, 0x230, ...) => return 0x7F7C29E3E0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x490b97: Calling memcpy(0x7F7C29E9B8, 0x7F7C29EB38, 0xA8, ...) => return 0x7F7C29E9B8
1527|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F7C29E6E8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f7c29e6e8)
 return 0x1
1527|0x488631: Calling memset(0x7F7C29E3E0, 0x0, 0x230, ...) => return 0x7F7C29E3E0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x490b97: Calling memcpy(0x7F7C29E9B8, 0x7F7C29EB38, 0xA8, ...) => return 0x7F7C29E9B8
1527|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F7C29E6E8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f7c29e6e8)
 return 0x1
1527|0x488631: Calling memset(0x7F7C29E3E0, 0x0, 0x230, ...) => return 0x7F7C29E3E0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x490b97: Calling memcpy(0x7F7C29E9B8, 0x7F7C29EB38, 0xA8, ...) => return 0x7F7C29E9B8
1527|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F7C29E6E8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f7c29e6e8)
 return 0x1
1527|0x488631: Calling memset(0x7F7C29E3E0, 0x0, 0x230, ...) => return 0x7F7C29E3E0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x490b97: Calling memcpy(0x7F7C29E9B8, 0x7F7C29EB38, 0xA8, ...) => return 0x7F7C29E9B8
1527|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F7C29E6E8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f7c29e6e8)
 return 0x1
1527|0x488631: Calling memset(0x7F7C29E3E0, 0x0, 0x230, ...) => return 0x7F7C29E3E0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x490b97: Calling memcpy(0x7F7C29E9B8, 0x7F7C29EB38, 0xA8, ...) => return 0x7F7C29E9B8
1527|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F7C29E6E8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f7c29e6e8)
 return 0x1
1527|0x488631: Calling memset(0x7F7C29E3E0, 0x0, 0x230, ...) => return 0x7F7C29E3E0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x490b97: Calling memcpy(0x7F7C29E9B8, 0x7F7C29EB38, 0xA8, ...) => return 0x7F7C29E9B8
1527|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F7C29E6E8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f7c29e6e8)
 return 0x1
1527|0x488631: Calling memset(0x7F7C29E3E0, 0x0, 0x230, ...) => return 0x7F7C29E3E0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x490b97: Calling memcpy(0x7F7C29E9B8, 0x7F7C29EB38, 0xA8, ...) => return 0x7F7C29E9B8
1527|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F7C29E6E8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f7c29e6e8)
 return 0x1
1527|0x488631: Calling memset(0x7F7C29E3E0, 0x0, 0x230, ...) => return 0x7F7C29E3E0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x490b97: Calling memcpy(0x7F7C29E9B8, 0x7F7C29EB38, 0xA8, ...) => return 0x7F7C29E9B8
1527|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F7C29E6E8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f7c29e6e8)
 return 0x1
1527|0x488631: Calling memset(0x7F7C29E3E0, 0x0, 0x230, ...) => return 0x7F7C29E3E0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x48a463: Calling memcpy(0x7F7C29E0D0, 0x7F7C29E3E0, 0x230, ...) => return 0x7F7C29E0D0
1527|0x490b97: Calling memcpy(0x7F7C29E9B8, 0x7F7C29EB38, 0xA8, ...) => return 0x7F7C29E9B8
1527|0x489602: Calling dl_iterate_phdr(0x488C80, 0x7F7C29E6E8, 0xA8, ...) =>Call to partially implemented dl_iterate_phdr(0x488c80, 0x7f7c29e6e8)

RkShaRkz avatar Sep 22 '24 22:09 RkShaRkz

@RkShaRkz is this still an issue with the latest Box64?

LukeShortCloud avatar Jul 20 '25 15:07 LukeShortCloud

@RkShaRkz is this still an issue with the latest Box64?

I did not got to test it unfortunatelly. If it is, i'll reopen a new ticket.

RkShaRkz avatar Sep 29 '25 23:09 RkShaRkz