Serapheim Dimitropoulos

Results 76 issues of Serapheim Dimitropoulos

``` sdb> echo 0x0 | filter obj == 0 (void *)0x0 sdb> echo 0x0 | filter 0 == obj sdb: filter: invalid input: left hand side has unsupported type (int)...

When going out of bounds on an array with `member` we expect that the user knows what they are doing so we just print a warning and do as we...

Motivation: #74 Depends on: #87 For this part exception handling should be smarter and able to pinpoint specific commands or modules that caused the issue outside of the internal sdb...

Using `shlex` has gotten us pretty far but we've hit enough problems with it that I believe it's time to do proper lexing and parsing ourselves. I already have some...

George (@grwilson) hit the following error while running `stacks` on a crash dump: ``` > stacks TASK_STRUCT STATE COUNT ========================================== Traceback (most recent call last): File "/usr/local/bin/sdb", line 11, in...

question
drgn-bug

See https://github.com/delphix/sdb/issues/21

enhancement

e.g. `mutex`, `rwlock`, etc.. Bonus points for SPL aliases.

new command
open ended

Chuck Tuffli had to delete the following files while examining a ztest core dump: ``` /usr/local/lib/python3.6/dist-packages/sdb-0.1.0-py3.6.egg/sdb/commands/linux/dmesg.py /usr/local/lib/python3.6/dist-packages/sdb-0.1.0-py3.6.egg/sdb/commands/linux/slabs.py /usr/local/lib/python3.6/dist-packages/sdb-0.1.0-py3.6.egg/sdb/commands/spl/spl_kmem_caches.py ``` The above files were giving him exceptions like this: ``` Traceback...

This is a bit of a catch-all issue. We have a few subsystems that it would be interesting to research and create a few commands that would be helpful for...

new command
open ended