question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

cli works but crashes at the end

See original GitHub issue

After running trimage with: trimage -d .

It seems to successfully process all files, but ends with a crash:

Exception ignored in: <function Worker.__del__ at 0x7fd26857d9d0>
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/trimage/trimage.py", line 414, in __del__
  File "/usr/lib/python3.8/site-packages/trimage/ThreadPool/ThreadPool.py", line 172, in shutdown
TypeError: 'NoneType' object is not callable

Running the newest version, installed with yay -S trimage on Arch Linux.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:4
  • Comments:5

github_iconTop GitHub Comments

2reactions
orendecommented, Nov 24, 2020

@diklimchuk The current version in the Ubuntu package repo is 1.0.6, which was released before the fix. So anyone installing from there will still experience the issue.

0reactions
rootworkcommented, Feb 26, 2021

Oh, and it’s confusing because when building from source, the version reported is still 1.0.6 – would be helpful to get a version bump too.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Stop command prompt closing on crash on Windows
This is my situation. I run the program from the command line, the program opens another command prompt, which immediately closes with an...
Read more >
C++/CLI application crashing randomly on Release builds
The constructor of NativeClass is empty. Everything works fine in Debug builds, I see memory leaks in native code, no crashes. But in...
Read more >
A system crash without blue screen or a CLI crash occurs after ...
Solution. If you're experiencing CLI crashes, perform the following steps: Run the SC: Run Command Client Task config set ...
Read more >
CLI v8.11.2 Crashes on Windows · Issue #2646 - GitHub
Appears to do nothing with cmd.exe or PowerShell, but when I run in MINGW64, the shell outputs "Segmentation fault". No logs are produced,...
Read more >
Troubleshooting AWS CLI errors - AWS Command Line Interface
If you are using valid credentials, your clock might be out of sync. On Linux or macOS, run date to check the time....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found