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.

Frequent `Segmentation Fault (Core dumped)`

See original GitHub issue

I am trying to run the code in the usage part of the README file. python imagenet.py --gpu 0,1,2,3 --data /home/bcrc/Datasets/imagenet --mode pre ....... However, I encountered ‘core dump’ error frequently during quantizing.

I am not familiar with debugging the dumped core file with python. I can give the core file if someone can help me (It is too large to upload). Or anyone can give me some instructions?

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
EowinYecommented, Mar 24, 2019

@zhutmost @dhkwon1122 , thank you for letting me know. I have upload the new version to support for the latest tensorflow and tensorpack. But it’s still under testing. You can try the branch support-latest-tf-tensorpack. If your environment is tf 1.13 and the latest tensorpack with CUDA 10.0 and CUDNN 7.5, you may face with the problem like this: UnknownError (see above for traceback): Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above. You can downgrade your tf version to solve it.

0reactions
zhutmostcommented, Mar 15, 2019

I got same error with example command. did you solve it?

Sorry, not yet. If you have any idea, I can have a try. @dhkwon1122

Read more comments on GitHub >

github_iconTop Results From Across the Web

Core Dump (Segmentation fault) in C/C++ - GeeksforGeeks
When a piece of code tries to do read and write operation in a read only location in memory or freed block of...
Read more >
Identify what's causing segmentation faults (segfaults)
A segmentation fault (aka segfault) is a common condition that causes programs to crash; they are often associated with a file named core...
Read more >
Error :- Segmentation fault(Core Dumped) - CodeChef Discuss
A segmentation fault ( SEGFAULT ) occurs when you are trying to access memory which you should not be trying to access (...
Read more >
Resolving Segmentation Fault (“Core dumped”) in Ubuntu - Blog
Segmentation fault is when your system tries to access a page of memory that doesn't exist. Core dumped means when a part of...
Read more >
When I get a 'segmentation fault (core dumped)' error ... - Quora
The most common cause is reading from or writing to memory that the process is not authorized to so access. For example, processes...
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