jerinphilip / ocr-retrain

0 stars 0 forks source link

Seg fault core dumped !!! #16

Closed Deepayan137 closed 7 years ago

Deepayan137 commented 7 years ago

Hey I am getting the following error while trying to run the code

python -m doctools.scripts.cluster -o doctools/test_dir/ -c doctools/configs/Hindi.json -b 0036 -l hi
Segmentation fault (core dumped)

Any idea as to what might be causing this?? PS: Last week when I ran the code, everything was working smoothly.

jerinphilip commented 7 years ago

Which directory are you running from?

On Thu, 9 Nov 2017, 21:57 Deepayan, notifications@github.com wrote:

Hey I am getting the following error while trying to run the code

python -m doctools.scripts.cluster -o doctools/test_dir/ -c doctools/configs/Hindi.json -b 0036 -l hi

Segmentation fault (core dumped)

Any idea as to what might be causing this?? PS: Last week when I ran the code, everything was working smoothly.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jerinphilip/ocr-retrain/issues/16, or mute the thread https://github.com/notifications/unsubscribe-auth/AAsY_Fs3Z1JpNZlXG4njnocgSl3o26Hfks5s0yf2gaJpZM4QYPZf .

-- Jerin Philip

Deepayan137 commented 7 years ago
/data5/deepayan/new_ocr
jerinphilip commented 7 years ago

Run through valgrind, most likely file doesn't exists. Use absolute paths wherever possible.

Closing this.