You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Alexey Serbin (Jira)" <ji...@apache.org> on 2021/08/02 22:57:00 UTC

[jira] [Resolved] (KUDU-3303) There is a problem with the code comment of dump_breakpad_symbols.py

     [ https://issues.apache.org/jira/browse/KUDU-3303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Serbin resolved KUDU-3303.
---------------------------------
    Fix Version/s: 1.16.0
       Resolution: Fixed

Fixed with https://github.com/apache/kudu/commit/846ec3812fbedcbe1eff77b520469f7ba0efc0a3

> There is a problem with the code comment of dump_breakpad_symbols.py
> --------------------------------------------------------------------
>
>                 Key: KUDU-3303
>                 URL: https://issues.apache.org/jira/browse/KUDU-3303
>             Project: Kudu
>          Issue Type: Bug
>            Reporter: yejiabao_h
>            Priority: Minor
>             Fix For: 1.16.0
>
>
> There are several problems in parsing minidump according to the dump_breakpad_symbols.py Typical usage patternso,
> 1、./dump_breakpad_symbols.py -d /tmp/syms -b kudu/build/debug
> Error message:
> -bash: ./dump_breakpad_symbols.py: Permission denie
> The true command is: python dump_breakpad_symbols.py -d /tmp/syms -b kudu/build/debug
>  
> 2、python dump_breakpad_symbols.py -d /tmp/syms -b kudu/build/debug
> Error message:
> Traceback (most recent call last):
>  File "dump_breakpad_symbols.py", line 304, in <module>
>  main()
>  File "dump_breakpad_symbols.py", line 294, in main
>  assert dump_syms
> AssertionError
> $KUDU_HOME need to be added:  export KUDU_HOME=<root of kudu tree>
>  
> 3、$KUDU_HOME/thirdparty/installed/uninstrumented/bin/dump_syms /tmp/kudu-minidumps/kudu-tserver/03c0ee26-bfd1-cf3e-43fa49ca-1a6aae25.dmp /tmp/syms
> Error message:
> Failed to write symbol file.
> The true command is: $KUDU_HOME/thirdparty/installed/uninstrumented/bin/minidump_stackwalk /tmp/kudu-minidumps/kudu-tserver/03c0ee26-bfd1-cf3e-43fa49ca-1a6aae25.dmp /tmp/syms



--
This message was sent by Atlassian Jira
(v8.3.4#803005)