Giter VIP home page Giter VIP logo

Comments (1)

marxin avatar marxin commented on June 13, 2024

I've just tried creating a Aarch64 vmcore and if I open it I get:

marxin@marxinbox:~/Programming/testcases/crash/aarch64> drgn --core vmcore
drgn 0.0.22+136.g26834be (using Python 3.10.9, elfutils 0.188, with libkdumpfile)
For help, type help(drgn).
>>> import drgn
>>> from drgn import NULL, Object, cast, container_of, execscript, offsetof, reinterpret, sizeof
>>> from drgn.helpers.common import *
>>> from drgn.helpers.linux import *
warning: could not get debugging information for:
/lib/modules/6.2.0-1-default/kernel/crypto/algif_hash.ko.zst (could not get section addresses: could not read memory from kdump: Excluded page: 0xffff08c983a0a828)
/lib/modules/6.2.0-1-default/kernel/crypto/af_alg.ko.zst (could not get section addresses: could not read memory from kdump: Excluded page: 0xffff08c984d23280)
/lib/modules/6.2.0-1-default/kernel/net/packet/af_packet.ko.zst (could not get section addresses: could not read memory from kdump: Excluded page: 0xffff08ca86a5c900)
/lib/modules/6.2.0-1-default/kernel/net/ipv4/netfilter/nft_fib_ipv4.ko.zst (could not get section addresses: could not read memory from kdump: Excluded page: 0xffff08caaa109828)
/lib/modules/6.2.0-1-default/kernel/net/netfilter/nft_fib.ko.zst (could not get section addresses: could not read memory from kdump: Excluded page: 0xffff08caaa092780)
... 84 more
>>> drgn.Architecture
<enum 'Architecture'>
>>> prog.platform
Platform(<Architecture.AARCH64: 3>, <PlatformFlags.IS_LITTLE_ENDIAN|IS_64_BIT: 3>)
>>> next(for_each_task(prog))
Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "/home/marxin/.local/lib/python3.10/site-packages/drgn/cli.py", line 75, in _displayhook
    text = value.format_(columns=shutil.get_terminal_size((0, 0)).columns)
NotImplementedError: integer values larger than 64 bits are not yet supported

So it's likely not working unless I made a stupid mistake somewhere.

from drgn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.