Hey Sasha
I used my own build. I followed the documentation on "Build 
Instructions" and after compiling, called the Plugin-generator from 
/MITK-superbuild/MITK-build/bin.
I ran gdb (without any breakpoints for now). Here's the output:
$ gdb ./MITKPluginGenerator
     GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
     Copyright (C) 2012 Free Software Foundation, Inc.
     License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>
     This is free software: you are free to change and redistribute it.
     There is NO WARRANTY, to the extent permitted by law.  Type "show 
copying"
     and "show warranty" for details.
     This GDB was configured as "x86_64-linux-gnu".
     For bug reporting instructions, please see:
     <http://bugs.launchpad.net/gdb-linaro/>...
     Reading symbols from 
/usr/local/MITK/MITK-2013.09/MITK-superbuild/MITK-build/bin/MITKPluginGenerator...done.

     (gdb) run -ps org.mitk.gui.qt.SUVcalculation -vn "SUVCalculation"

     Starting program: 
/usr/local/MITK/MITK-2013.09/MITK-superbuild/MITK-build/bin/MITKPluginGenerator 
-ps org.mitk.gui.qt.SUVcalculation -vn "SUVCalculation"
     [Thread debugging using libthread_db enabled]
     Using host libthread_db library 
"/lib/x86_64-linux-gnu/libthread_db.so.1".
     Checking for updates... [New Thread 0x7ffff38ce700 (LWP 11279)]
     [New Thread 0x7ffff1cf9700 (LWP 11280)]
     [New Thread 0x7ffff14f8700 (LWP 11281)]
     [Thread 0x7ffff14f8700 (LWP 11281) exited]

     Program received signal SIGSEGV, Segmentation fault.
     0x00007ffff76ca0ab in QIODevice::errorString() const ()
     from /usr/lib/x86_64-linux-gnu/libQtCore.so.4

     (gdb)

cheers Charlie


On 10/17/2013 02:30 PM, Sascha Zelzer wrote:
> Hi Charlie,
>
> Regarding the PluginGenerator, are you using the pre-compiled version
> from the MITK website or the one from your own MITK 2013.09 build?
>
> The seg-fault seems to occur when checking for updates. You could try to
> disable this check by using the "-n" command line argument. However, if
> you have a MITK debug build and are using the PluginGenerator from
> MITK-build/bin a stack trace for the segmentation fault would be
> helpful. E.g. by using


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to