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

Bug: extra tokens after type name #326

Open
sdimitro opened this issue Apr 12, 2023 · 0 comments
Open

Bug: extra tokens after type name #326

sdimitro opened this issue Apr 12, 2023 · 0 comments

Comments

@sdimitro
Copy link
Contributor

sdimitro commented Apr 12, 2023

sdb> echo 0xffff8e6ab0a40000 | cast "vdev_t *" member vdev_children
sdb encountered an internal error due to a bug. Here's the
information you need to file the bug:
----------------------------------------------------------
Target Info:
	ProgramFlags.IS_LIVE|IS_LINUX_KERNEL
	Platform(<Architecture.X86_64: 1>, <PlatformFlags.IS_LITTLE_ENDIAN|IS_64_BIT: 3>)

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sdb/internal/repl.py", line 107, in eval_cmd
    for obj in invoke([], input_):
  File "/usr/lib/python3/dist-packages/sdb/pipeline.py", line 109, in invoke
    pipeline.append(get_registered_commands()[name](args, name))
  File "/usr/lib/python3/dist-packages/sdb/command.py", line 669, in __init__
    self.type = target.get_type(tname)
  File "/usr/lib/python3/dist-packages/sdb/target.py", line 54, in get_type
    return prog.type(type_name)
SyntaxError: extra tokens after type name
----------------------------------------------------------
Link: https://github.com/delphix/sdb/issues/new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant