Detlev Offenbach wrote:
> On Montag, 6. August 2007, Darren Dale wrote:
>> I am running eric4 on a system with Qt-4.3 and PyQt-4.3 on a 64 bit
>> computer. I frequently (maybe every 10 minutes or so) get a message that
>> says:
>>>> QProcess: Destroyed while process is still running.
>>>> I found a post on qt-interest that might be relevant, it suggests using
>> QProcess.close() rather than terminate(), but it is not clear that it
>> resolved that report:
>>>> http://lists.trolltech.com/qt-interest/2007-06/thread00544-0.html
>>>> Has anyone else seen this?
Me. But it was not that often, it varied quite a bit.
>>>> When does the above happen? Do you have a project open at that time? Is the
> project version controlled? What kind of VCS interface is used? What is the
> settings of the VCS monitor thread? Any indication on what is happening at
> the time you get this message could help to find the cause of the problem.
>
The situation is quite similar (the same in terms of svn and
pvn-version-numbers) to Darren's,
except I'm running it on 32bit.
Unfortunately I don't have a running eric4 anymore, since I wanted to
recompile everything with --debug or similar and now PyQT4 doesn't
produce me anymore a "Qsci.so" ... Don't know what I did last time to
create it (I don't have the previous snapshot anymore)
What's more annoying is that with the new
QScintilla-gpl-2-snapshot-20070722 my old eric4 segfaults now at startup
:-(
(Well, I recompiled qt4 as well, but that didn't change between my last
two tries).
I have removed the kde-bindings from the system.
Any hints ?
Christof
The Traceback of the segfault is :
# gdb --args /usr/bin/python /usr/lib/python2.5/site-packages/eric4/eric4.py
GNU gdb 6.5
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i586-suse-linux"...(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) run
Starting program: /usr/bin/python
/usr/lib/python2.5/site-packages/eric4/eric4.py
Failed to read a valid object file image from memory.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1211025728 (LWP 5994)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
Qt: gdb: -nograb added to command-line options.
Use the -dograb option to enforce grabbing.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1211025728 (LWP 5994)]
0xb752b842 in ?? () from /usr/lib/python2.5/site-packages/PyQt4/QtGui.so
(gdb) where
#0 0xb752b842 in ?? () from /usr/lib/python2.5/site-packages/PyQt4/QtGui.so
#1 0xb689f4d9 in sm_performSaveYourself (smd=0x82d3360) at
kernel/qapplication_x11.cpp:4932
#2 0xb689f8eb in sm_saveYourselfCallback (smcConn=0x82cf968,
clientData=0x82d3360, saveType=1, shutdown=0, interactStyle=0)
at kernel/qapplication_x11.cpp:4881
#3 0xb78ca6f9 in _SmcProcessMessage () from /usr/lib/libSM.so.6
#4 0xb66e9d7c in IceProcessMessages () from /usr/lib/libICE.so.6
#5 0xb689f9ce in QSmSocketReceiver::socketActivated (this=0x82d34a0) at
kernel/qapplication_x11.cpp:5020
#6 0xb689fa3f in QSmSocketReceiver::qt_metacall (this=0x82d34a0,
_c=QMetaObject::InvokeMetaMethod, _id=0, _a=0xbf9fde6c)
at .moc/debug-shared/qapplication_x11.moc:63
#7 0xb79fd2ba in QMetaObject::activate (sender=0x82cf930,
from_signal_index=4, to_signal_index=4, argv=0xbf9fde6c)
at kernel/qobject.cpp:3066
#8 0xb79fd7eb in QMetaObject::activate (sender=0x82cf930, m=0xb7aaf970,
local_signal_index=0, argv=0xbf9fde6c) at kernel/qobject.cpp:3125
#9 0xb7a25218 in QSocketNotifier::activated (this=0x82cf930, _t1=11) at
.moc/debug-shared/moc_qsocketnotifier.cpp:80
#10 0xb7a08e35 in QSocketNotifier::event (this=0x82cf930, e=0xbf9fe3d8)
at kernel/qsocketnotifier.cpp:304
#11 0xb68344dd in QApplicationPrivate::notify_helper (this=0x82a55b8,
receiver=0x82cf930, e=0xbf9fe3d8) at kernel/qapplication.cpp:3538
#12 0xb68347f6 in QApplication::notify (this=0x82a5528,
receiver=0x82cf930, e=0xbf9fe3d8) at kernel/qapplication.cpp:3097
#13 0xb74bcd03 in initQtGui () from
/usr/lib/python2.5/site-packages/PyQt4/QtGui.so
#14 0xb79e9a10 in QCoreApplication::notifyInternal (this=0x82a5528,
receiver=0x82cf930, event=0xbf9fe3d8)
at kernel/qcoreapplication.cpp:509
#15 0xb79ed559 in QCoreApplication::sendEvent (receiver=0x82cf930,
event=0xbf9fe3d8)
at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:186
#16 0xb7a16b58 in QEventDispatcherUNIX::activateSocketNotifiers
(this=0x82afec0) at kernel/qeventdispatcher_unix.cpp:831
#17 0xb7a18dad in QEventDispatcherUNIXPrivate::doSelect (this=0x82affe8,
flags=@0xbf9fe58c, timeout=0xbf9fe578)
#17 0xb7a18dad in QEventDispatcherUNIXPrivate::doSelect (this=0x82affe8,
flags=@0xbf9fe58c, timeout=0xbf9fe578)
at kernel/qeventdispatcher_unix.cpp:230
#18 0xb7a18f93 in QEventDispatcherUNIX::processEvents (this=0x82afec0,
flags=@0xbf9fe6ac) at kernel/qeventdispatcher_unix.cpp:873
#19 0xb68dbfeb in QEventDispatcherX11::processEvents (this=0x82afec0,
flags=@0xbf9fe6e8) at kernel/qeventdispatcher_x11.cpp:132
#20 0xb79e7168 in QCoreApplication::processEvents (flags=@0xbf9fe744) at
kernel/qcoreapplication.cpp:659
#21 0xb7b87a66 in initQtCore () from
/usr/lib/python2.5/site-packages/PyQt4/QtCore.so
#22 0xb7edaddd in PyCFunction_Call () from /usr/lib/libpython2.5.so.1.0
#23 0xb7f232bf in PyEval_EvalFrameEx () from /usr/lib/libpython2.5.so.1.0
#24 0xb7f2308b in PyEval_EvalFrameEx () from /usr/lib/libpython2.5.so.1.0
#25 0xb7f2308b in PyEval_EvalFrameEx () from /usr/lib/libpython2.5.so.1.0
#26 0xb7f24734 in PyEval_EvalCodeEx () from /usr/lib/libpython2.5.so.1.0
#27 0xb7f247b3 in PyEval_EvalCode () from /usr/lib/libpython2.5.so.1.0
#28 0xb7f3cb66 in Py_CompileString () from /usr/lib/libpython2.5.so.1.0
#29 0xb7f3cc1e in PyRun_FileExFlags () from /usr/lib/libpython2.5.so.1.0
#30 0xb7f3e2a8 in PyRun_SimpleFileExFlags () from
/usr/lib/libpython2.5.so.1.0
#31 0xb7f3ea0a in PyRun_AnyFileExFlags () from /usr/lib/libpython2.5.so.1.0
#32 0xb7f47ea3 in Py_Main () from /usr/lib/libpython2.5.so.1.0
#33 0x080485f2 in main ()
(gdb) info threads
* 1 Thread -1211025728 (LWP 5994) 0xb752b842 in ?? () from
/usr/lib/python2.5/site-packages/PyQt4/QtGui.so
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 0018www.b005.com.cn www.12xy.com.cn www.cqcq09.com.cn www.b031.com.cn kitanica.com.cn gpjv.com.cn fkgq578.com.cn www.idctop.net.cn www.czsfxh.org.cn xbmusic.com.cn