Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate why generate_breakpad_symbols isn't working on Linux builds #984

Open
mbacchi opened this issue Sep 6, 2018 · 0 comments
Open

Comments

@mbacchi
Copy link
Contributor

mbacchi commented Sep 6, 2018

Adding verbose to the generate_breakpad_symbols.py script:

--- src/brave/app/linux/BUILD.gn	2018-08-24 17:02:51.565592790 -0400
+++ src/brave/app/linux/BUILD.gn	2018-08-24 17:02:47.369560749 -0400
@@ -53,6 +53,7 @@
     "--binary=$start",
     "--libchromiumcontent-dir=" + rebase_path("//"),
     "--clear",
+    "--verbose",
   ]
 
   deps = [

We see the following output when this is run:

16:04:04 [561/607] ACTION //brave/app/linux:generate_breakpad_symbols(//build/toolchain/linux:clang_x64)
16:04:04 Generating symbols for brave
16:04:04 <type 'exceptions.AttributeError'>
16:04:04 'NoneType' object has no attribute 'group'

The resulting linux symbols zip file is only 350kb.

@bbondy bbondy added this to the 1.x Backlog milestone Sep 9, 2018
@rebron rebron modified the milestone: 1.x Backlog Feb 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants