|
From: sfeam (E. Merritt) <eam...@gm...> - 2011-07-30 17:03:45
|
On Saturday, 30 July 2011, Mojca Miklavec wrote: > Hello, > > The new gnuplot sources at least compile out of the box with wxt > (wxWidgets 2.9.2), To the best of my knowledge, no one has reported experience with gnuplot + wxWidgets 2.9 on any platform. Wouldn't it make more sense for you to test first with 2.8, which we know works on other platforms? Ethan > however when I try to plot something, here is what > I get: > > Terminal type set to 'wxt' > gnuplot> plot sin(x) > 2011-07-30 12:18:28.561 gnuplot[24578:2a03] *** Assertion failure in > -[NSToolbar _forceInsertItem:atIndex:], > /SourceCache/AppKit/AppKit-1138/Toolbar.subproj/NSToolbar.m:1309 > 2011-07-30 12:18:28.562 gnuplot[24578:2a03] An uncaught exception was raised > 2011-07-30 12:18:28.574 gnuplot[24578:2a03] Invalid parameter not > satisfying: index>=0 && index<=[self _numberOfItems] > 2011-07-30 12:18:28.645 gnuplot[24578:2a03] ( > 0 CoreFoundation 0x00007fff93730986 > __exceptionPreprocess + 198 > 1 libobjc.A.dylib 0x00007fff93a0fd5e > objc_exception_throw + 43 > 2 CoreFoundation 0x00007fff937307ba > +[NSException raise:format:arguments:] + 106 > 3 Foundation 0x00007fff8d5c114f > -[NSAssertionHandler > handleFailureInMethod:object:file:lineNumber:description:] + 169 > 4 AppKit 0x00007fff8abb384f > -[NSToolbar _forceInsertItem:atIndex:] + 163 > 5 AppKit 0x00007fff8abb3626 > -[NSToolbar _insertItem:atIndex:notifyDelegate:notifyView:notifyFamilyAndUpdateDefaults:] > + 121 > 6 AppKit 0x00007fff8abb3361 > -[NSToolbar _insertNewItemWithItemIdentifier:atIndex:propertyListRepresentation:notifyFlags:] > + 118 > 7 libwx_osx_cocoau_core-2.9.2.0.0.dylib 0x000000010302c086 > _ZN9wxToolBar7RealizeEv + 1824 > 8 gnuplot 0x00000001025c7e81 > _ZN8wxtFrameC2ERK8wxStringi + 1759 > 9 gnuplot 0x00000001025be6bb > _ZN6wxtApp14OnCreateWindowER14wxCommandEvent + 41 > 10 libwx_baseu-2.9.2.0.0.dylib 0x00000001036b85ef > _ZN12wxEvtHandler23ProcessEventIfMatchesIdERK21wxEventTableEntryBasePS_R7wxEvent > + 93 > 11 libwx_baseu-2.9.2.0.0.dylib 0x00000001036ba32a > _ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler + 320 > 12 libwx_baseu-2.9.2.0.0.dylib 0x00000001036bb132 > _ZN12wxEvtHandler16TryBeforeAndHereER7wxEvent + 92 > 13 libwx_baseu-2.9.2.0.0.dylib 0x00000001036ba3ac > _ZN12wxEvtHandler19ProcessEventLocallyER7wxEvent + 30 > 14 libwx_baseu-2.9.2.0.0.dylib 0x00000001036b9a6d > _ZN12wxEvtHandler12ProcessEventER7wxEvent + 159 > 15 gnuplot 0x00000001025c346d wxt_init + 781 > 16 gnuplot 0x00000001025ae61f > term_initialise + 271 > 17 gnuplot 0x0000000102513090 do_plot + 592 > 18 gnuplot 0x000000010253d760 eval_plots + 26976 > 19 gnuplot 0x00000001024e9aff do_line + 783 > 20 gnuplot 0x00000001024eaa01 com_line + 81 > 21 gnuplot 0x00000001025335f5 main + 1285 > 22 gnuplot 0x00000001024de864 start + 52 > 23 ??? 0x0000000000000001 0x0 + 1 > ) > 2011-07-30 12:18:28.646 gnuplot[24578:2a03] *** Terminating app due to > uncaught exception 'NSInternalInconsistencyException', reason: > 'Invalid parameter not satisfying: index>=0 && index<=[self > _numberOfItems]' > *** First throw call stack: > ( > 0 CoreFoundation 0x00007fff93730986 > __exceptionPreprocess + 198 > 1 libobjc.A.dylib 0x00007fff93a0fd5e > objc_exception_throw + 43 > 2 CoreFoundation 0x00007fff937307ba > +[NSException raise:format:arguments:] + 106 > 3 Foundation 0x00007fff8d5c114f > -[NSAssertionHandler > handleFailureInMethod:object:file:lineNumber:description:] + 169 > 4 AppKit 0x00007fff8abb384f > -[NSToolbar _forceInsertItem:atIndex:] + 163 > 5 AppKit 0x00007fff8abb3626 > -[NSToolbar _insertItem:atIndex:notifyDelegate:notifyView:notifyFamilyAndUpdateDefaults:] > + 121 > 6 AppKit 0x00007fff8abb3361 > -[NSToolbar _insertNewItemWithItemIdentifier:atIndex:propertyListRepresentation:notifyFlags:] > + 118 > 7 libwx_osx_cocoau_core-2.9.2.0.0.dylib 0x000000010302c086 > _ZN9wxToolBar7RealizeEv + 1824 > 8 gnuplot 0x00000001025c7e81 > _ZN8wxtFrameC2ERK8wxStringi + 1759 > 9 gnuplot 0x00000001025be6bb > _ZN6wxtApp14OnCreateWindowER14wxCommandEvent + 41 > 10 libwx_baseu-2.9.2.0.0.dylib 0x00000001036b85ef > _ZN12wxEvtHandler23ProcessEventIfMatchesIdERK21wxEventTableEntryBasePS_R7wxEvent > + 93 > 11 libwx_baseu-2.9.2.0.0.dylib 0x00000001036ba32a > _ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler + 320 > 12 libwx_baseu-2.9.2.0.0.dylib 0x00000001036bb132 > _ZN12wxEvtHandler16TryBeforeAndHereER7wxEvent + 92 > 13 libwx_baseu-2.9.2.0.0.dylib 0x00000001036ba3ac > _ZN12wxEvtHandler19ProcessEventLocallyER7wxEvent + 30 > 14 libwx_baseu-2.9.2.0.0.dylib 0x00000001036b9a6d > _ZN12wxEvtHandler12ProcessEventER7wxEvent + 159 > 15 gnuplot 0x00000001025c346d wxt_init + 781 > 16 gnuplot 0x00000001025ae61f > term_initialise + 271 > 17 gnuplot 0x0000000102513090 do_plot + 592 > 18 gnuplot 0x000000010253d760 eval_plots + 26976 > 19 gnuplot 0x00000001024e9aff do_line + 783 > 20 gnuplot 0x00000001024eaa01 com_line + 81 > 21 gnuplot 0x00000001025335f5 main + 1285 > 22 gnuplot 0x00000001024de864 start + 52 > 23 ??? 0x0000000000000001 0x0 + 1 > ) > terminate called throwing an exceptionAbort trap: 6 > > > It might be a bug in wxWidgets, but I have no idea what to do. > > Mojca > > ------------------------------------------------------------------------------ > Got Input? Slashdot Needs You. > Take our quick survey online. Come on, we don't ask for help often. > Plus, you'll get a chance to win $100 to spend on ThinkGeek. > http://p.sf.net/sfu/slashdot-survey > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > |