chromium-browser-dbg is not available in artful

Asked by Minseok

I recently encountered a strange bug in chromium. So I was trying to report this bug and found this document: https://wiki.ubuntu.com/Chromium/Debugging. The document suggests to install chromium-browser-dbg package, but the package doesn't seem to be available in artful. Is there any way that I can acquire debug symbol without actually building the chromium?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu chromium-browser Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

If you run:

ubuntu-bug chromium-browser

It will start the bug reporting process. I'm sure the bug guys will be able to advise you further

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#2

The name of the package that you need nowadays is named chromium-browser-dbgsym and it is available on dedicated servers only, see https://wiki.ubuntu.com/DebuggingProgramCrash#Non-built-in_debug_symbol_packages_.28.2A-dbgsym.29

Revision history for this message
Minseok (puilp0502) said :
#3

Thanks Manfred Hampl, that solved my question.