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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17391820#comment-17391820 ] 

ASF subversion and git services commented on KUDU-3303:
-------------------------------------------------------

Commit 846ec3812fbedcbe1eff77b520469f7ba0efc0a3 in kudu's branch refs/heads/master from yejiabao
[ https://gitbox.apache.org/repos/asf?p=kudu.git;h=846ec38 ]

[scripts] KUDU-3303 modified the minidump usage guide

Change-Id: I44d745e2bbd5287e5ee389b63bdb33abbae525cb
Reviewed-on: http://gerrit.cloudera.org:8080/17670
Tested-by: Kudu Jenkins
Reviewed-by: Alexey Serbin <as...@cloudera.com>


> 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
>
> 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)