<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 05/26/2010 04:23 PM, Florian Diesch wrote:
<blockquote cite="mid:87fx1f842j.fsf@scenic.florian-diesch.de"
 type="cite">
  <pre wrap="">Eric Liang <a class="moz-txt-link-rfc2396E" href="mailto:eric.l.2046@gmail.com"><eric.l.2046@gmail.com></a> writes:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi all,
I need the debug symbols to debug an apt-get installed erlang beam vm,
and I did as this page said:

    <a class="moz-txt-link-freetext" href="https://lists.ubuntu.com/archives/ubuntu-devel-announce/2006-September/000195.html">https://lists.ubuntu.com/archives/ubuntu-devel-announce/2006-September/000195.html</a>

and just could't find the erlang-base-dbgsym but the
erlang-base-hipe-dbgsym. Would you mind tell me how to get it or
anything about this? Thanks in advance.
    </pre>
  </blockquote>
  <pre wrap="">
See <a class="moz-txt-link-freetext" href="https://wiki.ubuntu.com/DebuggingProgramCrash">https://wiki.ubuntu.com/DebuggingProgramCrash</a>

  </pre>
</blockquote>
Thanks Florian. <br>
I've tried as that page said. After apt-get update and search, still no
related package:<br>
<blockquote>sunny@wheel:~/commands$ cat
/etc/apt/sources.list.d/ddebs.list <br>
deb <a class="moz-txt-link-freetext" href="http://ddebs.ubuntu.com">http://ddebs.ubuntu.com</a> karmic-updates main restricted universe
multiverse <br>
deb <a class="moz-txt-link-freetext" href="http://ddebs.ubuntu.com">http://ddebs.ubuntu.com</a> karmic-security main restricted universe
multiverse<br>
deb <a class="moz-txt-link-freetext" href="http://ddebs.ubuntu.com">http://ddebs.ubuntu.com</a> karmic-proposed main restricted universe
multiverse<br>
  <br>
sunny@wheel:~/commands$ apt-cache search erlang | grep dbgsym<br>
erlang-ssl-dbgsym - debug symbols for package erlang-ssl<br>
erlang-runtime-tools-dbgsym - debug symbols for package
erlang-runtime-tools<br>
erlang-crypto-dbgsym - debug symbols for package erlang-crypto<br>
erlang-base-hipe-dbgsym - debug symbols for package erlang-base-hipe<br>
erlang-os-mon-dbgsym - debug symbols for package erlang-os-mon<br>
</blockquote>
I noticed there is a script in that page named:
list-dbgsym-packages.sh, but it still gave no result:<br>
<blockquote>sunny@wheel:~/commands$ ./list-dbgsym-packages.sh erlang<br>
erlang: No such file or directory.<br>
sunny@wheel:~/commands$ ./list-dbgsym-packages.sh
/usr/lib/erlang/erts-5.7.2/bin/beam<br>
sunny@wheel:~/commands$<br>
</blockquote>
So, what can I do next? <br>
<br>
Thanks,<br>
Eric<br>
</body>
</html>