croutor / qpicoscope

Automatically exported from code.google.com/p/qpicoscope
GNU Lesser General Public License v3.0
0 stars 1 forks source link

segfault on mint 13 #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
0. sudo apt-get install  libqwt-dev libqwt6
1. download  svn checkout http://qpicoscope.googlecode.com/svn/trunk/ 
qpicoscope-read-only (May 3rd 2013)src/QPicoscope
2. ./configure && ./autogen.sh
3. ./src/QPicoscope

What is the expected output? What do you see instead?
I expect Application start, butI get Segfault. 

Version svn of mai 3rd 2013 on Mint 13 

fixed by modifying frontpanel.cpp: acquisition_m was not initialized.
Bug does not occurs if, by chance, memory value equals 0. 

FrontPanel::FrontPanel(QWidget *parent)
    : QWidget(parent),
      acquisition_m(NULL),
      parent_m(parent)
{

Thanks a lot for this app! I did not really want to use VBox.

Original issue reported on code.google.com by claireb...@gmail.com on 3 May 2013 at 12:36

GoogleCodeExporter commented 9 years ago
Thanks for this bug input. I will correct it right now.

Original comment by vincent....@gmail.com on 3 Jul 2013 at 10:30

GoogleCodeExporter commented 9 years ago
Commited revision 53.

Original comment by vincent....@gmail.com on 3 Jul 2013 at 10:35