naelstrof / maim

maim (make image) takes screenshots of your desktop. It has options to take only a region, and relies on slop to query for regions. maim is supposed to be an improved scrot.
Other
2.15k stars 78 forks source link

Crash #189

Open ghost opened 4 years ago

ghost commented 4 years ago

I'm using the latest git version of maim on a Gentoo Linux system.

I can make maim crash by running the following command:

$ maim --nodecorations test.png
terminate called after throwing an instance of 'cxxopts::argument_incorrect_type'
  what():  Argument ‘test.png’ failed to parse
Aborted (core dumped)

On the other hand the following command doesn't crash:

$ maim --nodecorations=0 test.png

I'm attaching a gdb backtrace:

maim.log

Please tell me if you need other informations.