Sorry! It was due to my building factory. Clear build script debugging solved my problem. Thanks.
Wim Dumon wrote: > Sergey, > > Thank you for the example. I tested with Wt 3.1.1 and boost 1.40.0 on > windows and there are no segmentation faults... > > Could you look at the gdb stack trace or valgrind output on this? > > Best regards, > Wim. > > 2010/2/17 Sergey Bryukov <[email protected]>: > >> I attached the code witch make server down with wt_3.1.0+boost_1_41_0 >> wen it reach line: >> >> b_->clicked().connect(SLOT(this,ExtSig::onBclicked)); >> >> >> On Tue, 2010-02-16 at 23:14 +0100, ghazi bousselmi wrote: >> >> b = new Ext::Button(root()); >> b_->clicked().connect(SLOT(this, MyApp::onBclicked)); >> >> That is not the same variable 'b' and 'b_', or is it just a copy-paste >> mistake ? >> >> 2010/2/16 Sergey Bryukov <[email protected]> >> >> Under debugging and with printf the server down with: >> "Segmentation fault" >> >> at line the line: >> >> b_->clicked().connect(SLOT(this, MyApp::onBclicked)); >> >> >> >> >> >> On Tue, 2010-02-16 at 20:50 +0200, omer katz wrote: >> >>> It doesn't work isn't descriptive enough. >>> What exactly happens? >>> >>> 2010/2/16 Sergey Bryukov <[email protected]> >>> Has some thing been changed recently on signals from Ext:: >>> widgets? >>> In my code tips like below was working well before I migrate >>> to boost_1_41 + wt_3.1.0: >>> >>> >>> calss MyApp : public WContainerWidget{ >>> Ext::Button *b_; >>> public: >>> WContainerWidget(WContainerWidget *p){ >>> b = new Ext::Button(root()); >>> b_->clicked().connect(SLOT(this, MyApp::onBclicked)); >>> } >>> >>> public slots: >>> void onBclicked(){}; >>> } >>> >>> >>> code above give "Segmentation fault" at here >>> b_->clicked().connect(SLOT(this, MyApp::onBclicked)); >>> >>> >>> >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> SOLARIS 10 is the OS for Data Centers - provides features such >>> as DTrace, >>> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 >>> NOW >>> http://p.sf.net/sfu/solaris-dev2dev >>> _______________________________________________ >>> witty-interest mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/witty-interest >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, >>> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW >>> http://p.sf.net/sfu/solaris-dev2dev >>> _______________________________________________ witty-interest mailing >>> list [email protected] >>> https://lists.sourceforge.net/lists/listinfo/witty-interest >>> >> >> ------------------------------------------------------------------------------ >> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, >> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW >> http://p.sf.net/sfu/solaris-dev2dev >> _______________________________________________ >> witty-interest mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/witty-interest >> >> >> >> >> -- >> Ghazi Bousselmi >> Accent Circonflexe Groupe BV >> Nieuwezijds Voorburgwal 4-10 >> 1012 RZ Amsterdam >> >> Office: +31 (0)20 524 0400 >> Fax: +31 (0)20 427 1402 >> >> Email: [email protected] ; [email protected] >> Website: www.accentgroupe.com ; http://ghazi.bousselmi.googlepages.com >> >> >> ------------------------------------------------------------------------------ >> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, >> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW >> http://p.sf.net/sfu/solaris-dev2dev >> _______________________________________________ witty-interest mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/witty-interest >> >> >> ------------------------------------------------------------------------------ >> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, >> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW >> http://p.sf.net/sfu/solaris-dev2dev >> _______________________________________________ >> witty-interest mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/witty-interest >> >> >> > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > witty-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/witty-interest > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
