Bittner Ede
unread,Jun 1, 2023, 4:36:03 AM6/1/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Crashpad-dev, Mark Mentovai, Crashpad-dev, Bittner Ede
Hello Mark,
Thank you for your answer.
Currently the builds done on Ubuntu 20.04.5 LTS, with the following toolchain:
g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
GNU ld (GNU Binutils for Ubuntu) 2.34
I've created a small sample application, but it works okay with crashpad in the same build environment. The readelf shows that .
note.crashpad.info is in their correct place, so I can't reproduce the bug with a simple code.
Linker was called through g++, like this (I don't think any of these flags should affect the final result): g++ -Wl,-z,origin -Wl,-rpath,\$ORIGIN/lib -Wl,-rpath,/Qt/6.3.0/gcc_64/lib -Wl,-rpath-link,/Qt/6.3.0/gcc_64/lib
Also we have a tons of thrid party library maybe they are affecting linking result, but I don't know how can I debug that (or the linking process at all)
What do you think, how should we proceed to debug and resolve this issue?
Regards,
Ede Bittner