Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Program crashed under Linux Mint 13 #5

Open
rda-dev opened this issue Oct 1, 2012 · 2 comments
Open

Program crashed under Linux Mint 13 #5

rda-dev opened this issue Oct 1, 2012 · 2 comments
Assignees

Comments

@rda-dev
Copy link

rda-dev commented Oct 1, 2012

At High-Quality processing I click to "Help" and then "OK". Program closes immediately without any messages.

@Ghost99
Copy link

Ghost99 commented Oct 2, 2012

I think I have same issue on AMD64 Gentoo. Here is output of gdb:

(gdb) r
Starting program: /home/ghost99/sources/SmartDeblur/src/SmartDeblur
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Init Multi-Threading with threads count: 4
[New Thread 0x7fffeb730700 (LWP 15680)]
Started
[New Thread 0x7fffeaf2f700 (LWP 15681)]
[New Thread 0x7fffea72e700 (LWP 15682)]
[New Thread 0x7fffe9f2d700 (LWP 15683)]
[New Thread 0x7fffe972c700 (LWP 15684)]
[New Thread 0x7fffceddd700 (LWP 15685)]
[New Thread 0x7fffce5dc700 (LWP 15686)]
[New Thread 0x7fffcdddb700 (LWP 15687)]
initFFT: 2187 ms
[New Thread 0x7fffcd44c700 (LWP 15688)]
[New Thread 0x7fffccc4b700 (LWP 15689)]
[New Thread 0x7fffbffff700 (LWP 15690)]
[Thread 0x7fffe972c700 (LWP 15684) exited]
[Thread 0x7fffe9f2d700 (LWP 15683) exited]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffeb730700 (LWP 15680)]
0x0000000000416066 in DeconvolutionTool::deconvolutionByTotalVariationPrior (this=0x789ce0, processingContext=0x7fffe400abc0) at DeconvolutionTool.cpp:364
364 fTV[index] = fTV[index] - tau_(outLaplacianMatrix[index]_k - processingContext->inputImageMatrix[index] + lambda*divergenceValue);
(gdb) backtrace
#0 0x0000000000416066 in DeconvolutionTool::deconvolutionByTotalVariationPrior (this=0x789ce0, processingContext=0x7fffe400abc0)
at DeconvolutionTool.cpp:364
#1 0x0000000000415196 in DeconvolutionTool::doDeconvolutionForChannel (this=0x789ce0, processingContext=0x7fffe400abc0, channel=RED)
at DeconvolutionTool.cpp:178
#2 0x0000000000414e0f in DeconvolutionTool::doDeconvolution (this=0x789ce0, inputImage=0x9084c0, outputImage=0x8f7b90, blur=0x9d7610)
at DeconvolutionTool.cpp:124
#3 0x0000000000416f78 in WorkerThread::run (this=0x703ee0) at WorkerThread.cpp:43
#4 0x00007ffff616af67 in ?? () from /usr/lib64/qt4/libQtCore.so.4
#5 0x00007ffff57a3f26 in start_thread () from /lib64/libpthread.so.0
#6 0x00007ffff4cc5acd in clone () from /lib64/libc.so.6

@Y-Vladimir
Copy link
Owner

Thanks!
I will look at this issue

@ghost ghost assigned Y-Vladimir Oct 6, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants