You are not logged in.
Hi, I've run into a firefox bug, and I was trying to debug it. However, I'm unable to find debug symbols for firefox:
- the -debug package does not exist
- debuginfod-find does not turn up anything.
It seems like firefox's pkgbuild specifically disables debug symbols. Is there a reason for this? Can debug symbols be enabled?
Offline
https://bugs.archlinux.org/task/41994 , It seems the symbols are uploaded to mozilla at buildtime so they can be used for crashreports .
Check https://symbols.mozilla.org/ and https://firefox-source-docs.mozilla.org … erver.html .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
I see, thanks! Looks like the Mozilla symbol server predates debuginfod and so can't be used with the debuginfod infrastructure ![]()
The GDB script is helpful though!
Offline