Hi Phil,
If I remember correctly, you talked about making a new termination scheme
default, where you don't call any dtors from a certain point in the
termination process. Is this already available as an option?
When leaving eric4 running for an extended period of time, I *always*
harvest belows seg fault on termination, with current sip/PyQt snapshots.
I guess, such an option would be easier then hunting and deleting the
last forgotten menu item...
Cheers,
Pete
Application: eric4 (python2.7), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7faa86595700 (LWP 5604))]
Thread 2 (Thread 0x7faa62a5b700 (LWP 9430)):
#0 0x00007faa85b2a14f in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
#1 0x00007faa83991684 in g_main_context_poll (n_fds=1, fds=0x7faa5801d680, timeout=-1, context=0x7faa58002720, priority=<optimized out>) at gmain.c:3440
#2 g_main_context_iterate (context=context at entry=0x7faa58002720, block=block at entry=1, dispatch=dispatch at entry=1, self=<optimized out>) at gmain.c:3141
#3 0x00007faa839917a4 in g_main_context_iteration (context=0x7faa58002720, may_block=1) at gmain.c:3207
#4 0x00007faa84725166 in QEventDispatcherGlib::processEvents (this=0x7faa5801bee0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5 0x00007faa846f597f in QEventLoop::processEvents (this=this at entry=0x7faa62a5ae50, flags=...) at kernel/qeventloop.cpp:149
#6 0x00007faa846f5c08 in QEventLoop::exec (this=0x7faa62a5ae50, flags=...) at kernel/qeventloop.cpp:204
#7 0x00007faa845f80e0 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:542
#8 0x00007faa846d60ef in QInotifyFileSystemWatcherEngine::run (this=0x76477a0) at io/qfilesystemwatcher_inotify.cpp:256
#9 0x00007faa845fb0bc in QThreadPrivate::start (arg=0x76477a0) at thread/qthread_unix.cpp:338
#10 0x00007faa85dfae0e in start_thread (arg=0x7faa62a5b700) at pthread_create.c:305
#11 0x00007faa85b322cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115
Thread 1 (Thread 0x7faa86595700 (LWP 5604)):
[KCrash Handler]
#6 0x00007faa81fcf41a in QWidgetPrivate::deleteTLSysExtra (this=0x632e390) at kernel/qwidget_x11.cpp:2884
#7 0x00007faa81f8711e in QWidgetPrivate::deleteExtra (this=this at entry=0x632e390) at kernel/qwidget.cpp:1834
#8 0x00007faa81f8734d in QWidgetPrivate::~QWidgetPrivate (this=0x632e390, __in_chrg=<optimized out>) at kernel/qwidget.cpp:361
#9 0x00007faa8237c7f9 in ~QMenuPrivate (this=0x632e390, __in_chrg=<optimized out>) at widgets/qmenu_p.h:171
#10 QMenuPrivate::~QMenuPrivate (this=0x632e390, __in_chrg=<optimized out>) at widgets/qmenu_p.h:183
#11 0x00007faa8470d1cc in cleanup (pointer=<optimized out>) at ../../src/corelib/tools/qscopedpointer.h:62
#12 ~QScopedPointer (this=0x632e328, __in_chrg=<optimized out>) at ../../src/corelib/tools/qscopedpointer.h:100
#13 QObject::~QObject (this=0x632e320, __in_chrg=<optimized out>) at kernel/qobject.cpp:816
#14 0x00007faa81f89440 in QWidget::~QWidget (this=0x632e320, __in_chrg=<optimized out>) at kernel/qwidget.cpp:1556
#15 0x00007faa82e8c189 in sipQMenu::~sipQMenu (this=0x632e320, __in_chrg=<optimized out>) at sipQtGuiQMenu.cpp:316
#16 0x00007faa82e8aeb6 in release_QMenu (sipCppV=0x632e320) at sipQtGuiQMenu.cpp:2785
#17 0x00007faa834d5bee in forgetObject (sw=sw at entry=0x6333320) at siplib.c:10427
#18 0x00007faa834d7549 in sipWrapper_dealloc (self=0x6333320) at siplib.c:9979
#19 0x00007faa860b8c76 in subtype_dealloc (self=0x6333320) at Objects/typeobject.c:1014
#20 0x00007faa860b2a78 in dict_dealloc (mp=0x631e2d0) at Objects/dictobject.c:985
#21 0x00007faa860b2a50 in dict_dealloc (mp=0x7faa54261a80) at Objects/dictobject.c:985
#22 0x00007faa834d5033 in sipSimpleWrapper_clear (self=self at entry=0x5fd3200) at siplib.c:9559
#23 0x00007faa834d74c2 in sipWrapper_clear (self=0x5fd3200) at siplib.c:9940
#24 0x00007faa8610e17d in delete_garbage (old=0x7faa86391f60 <generations+96>, collectable=0x7ffffb1e86f0) at Modules/gcmodule.c:769
#25 collect (generation=2) at Modules/gcmodule.c:930
#26 0x00007faa8610e661 in PyGC_Collect () at Modules/gcmodule.c:1386
#27 0x00007faa86103724 in Py_Finalize () at Python/pythonrun.c:444
#28 0x00007faa86103248 in Py_Exit (sts=0) at Python/pythonrun.c:1760
#29 0x00007faa8610333f in handle_system_exit () at Python/pythonrun.c:1134
#30 0x00007faa861033f5 in PyErr_PrintEx (set_sys_last_vars=set_sys_last_vars at entry=1) at Python/pythonrun.c:1144
#31 0x00007faa8610369a in PyErr_Print () at Python/pythonrun.c:1047
#32 0x00007faa86103a2b in PyRun_SimpleFileExFlags (fp=<optimized out>, fp at entry=0x2339450, filename=<optimized out>, filename at entry=0x7ffffb1e9268 "/usr/lib64/python2.7/site-packages/eric4/eric4.py", closeit=closeit at entry=1, flags=flags at entry=0x7ffffb1e8920) at Python/pythonrun.c:947
#33 0x00007faa86103d33 in PyRun_AnyFileExFlags (fp=fp at entry=0x2339450, filename=filename at entry=0x7ffffb1e9268 "/usr/lib64/python2.7/site-packages/eric4/eric4.py", closeit=closeit at entry=1, flags=flags at entry=0x7ffffb1e8920) at Python/pythonrun.c:747
#34 0x00007faa8610d26d in Py_Main (argc=<optimized out>, argv=0x7ffffb1e8ad8) at Modules/main.c:639
#35 0x00007faa85a6f455 in __libc_start_main (main=0x400730 <main>, argc=2, ubp_av=0x7ffffb1e8ad8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffffb1e8ac8) at libc-start.c:226
#36 0x0000000000400761 in _start () at ../sysdeps/x86_64/elf/start.S:113
More information about the Eric
mailing list
‘She has never mentioned her father to me. Was he—well, the sort of man whom the County Club would not have blackballed?’ "We walked by the side of our teams or behind the wagons, we slept on the ground at night, we did our own cooking, we washed our knives by sticking them into the ground rapidly a few times, and we washed our plates with sand and wisps of grass. When we stopped, we arranged our wagons in a circle, and thus formed a 'corral,' or yard, where we drove our oxen to yoke them up. And the corral was often very useful as a fort, or camp, for defending ourselves against the Indians. Do you see that little hollow down there?" he asked, pointing to a depression in the ground a short distance to the right of the train. "Well, in that hollow our wagon-train was kept three days and nights by the Indians. Three days and nights they stayed around, and made several attacks. Two of our men were killed and three were wounded by their arrows, and others had narrow escapes. One arrow hit me on the throat, but I was saved by the knot of my neckerchief, and the point only tore the skin a little. Since that time I have always had a fondness for large neckties. I don't know how many of the Indians we killed, as they carried off their dead and wounded, to save them from being scalped. Next to getting the scalps of their enemies, the most important thing with the Indians is to save their own. We had several fights during our journey, but that one was the worst. Once a little party of us were surrounded in a small 'wallow,' and had a tough time to defend ourselves successfully. Luckily for us, the Indians had no fire-arms then, and their bows and arrows were no match for our rifles. Nowadays they are well armed, but there are[Pg 41] not so many of them, and they are not inclined to trouble the railway trains. They used to do a great deal of mischief in the old times, and many a poor fellow has been killed by them." As dusk came on nearly the whole population of Maastricht, with all their temporary guests, formed an endless procession and went to invoke God's mercy by the Virgin Mary's intercession. They went to Our Lady's Church, in which stands the miraculous statue of Sancta Maria Stella Maris. The procession filled all the principal streets and squares of the town. I took my stand at the corner of the Vrijthof, where all marched past me, men, women, and children, all praying aloud, with loud voices beseeching: "Our Lady, Star of the Sea, pray for us ... pray for us ... pray for us ...!" It had not occurred to her for some hours after Mrs. Campbell had told her of Landor's death that she was free now to give herself to Cairness. She had gasped, indeed, when she did remember it, and had put the thought away, angrily and self-reproachfully. But it returned now, and she felt that she might cling to it. She had been grateful, and she had been faithful, too.[Pg 286] She remembered only that Landor had been kind to her, and forgot that for the last two years she had borne with much harsh coldness, and with a sort of contempt which she felt in her unanalyzing mind to have been entirely unmerited. Gradually she raised herself until she sat quite erect by the side of the mound, the old exultation of her half-wild girlhood shining in her face as she planned the future, which only a few minutes before had seemed so hopeless. After he had gloated over Sergeant Ramsey, Shorty got his men into the road ready to start. Si placed himself in front of the squad and deliberately loaded his musket in their sight. Shorty took his place in the rear, and gave out: The groups about each gun thinned out, as the shrieking fragments of shell mowed down man after man, but the rapidity of the fire did not slacken in the least. One of the Lieutenants turned and motioned with his saber to the riders seated on their horses in the line of limbers under the cover of the slope. One rider sprang from each team and ran up to take the place of men who had fallen. "As long as there's men and women in the world, the men 'ull be top and the women bottom." Then, in the house, the little girls were useful. Mrs. Backfield was not so energetic as she used to be. She had never been a robust woman, and though her husband's care had kept her well and strong, her frame was not equal to Reuben's demands; after fourteen years' hard labour, she suffered from rheumatism, which though seldom acute, was inclined to make her stiff and slow. It was here that Caro and Tilly came in, and Reuben began to appreciate his girls. After all, girls were needed in a house—and as for young men and marriage, their father could easily see that such follies did not spoil their usefulness or take them from him. Caro and Tilly helped their grandmother in all sorts of ways—they dusted, they watched pots, they shelled peas and peeled potatoes, they darned house-linen, they could even make a bed between them. HoME一级毛片视频免费公开
ENTER NUMBET 001858zhunzhun58.org.cn www.100105.com.cn www.rudqb.com.cn panshou.net.cn alawebarts.com.cn viboos.com.cn yqscw.com.cn www.dopz.com.cn msssxz.net.cn whcp.net.cn