Mail Archives: cygwin/2011/07/31/21:28:44
X-Recipient: | archive-cygwin AT delorie DOT com
|
X-SWARE-Spam-Status: | No, hits=1.4 required=5.0 tests=AWL,BAYES_05,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL
|
X-Spam-Check-By: | sourceware.org
|
Message-ID: | <4E3600FE.8060803@gmail.com>
|
Date: | Mon, 01 Aug 2011 03:27:26 +0200
|
From: | Neusbeer <neusbeer AT gmail DOT com>
|
User-Agent: | Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110624 Thunderbird/5.0
|
MIME-Version: | 1.0
|
To: | cygwin AT cygwin DOT com
|
Subject: | error with python
|
X-IsSubscribed: | yes
|
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm
|
List-Id: | <cygwin.cygwin.com>
|
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com>
|
List-Archive: | <http://sourceware.org/ml/cygwin/>
|
List-Post: | <mailto:cygwin AT cygwin DOT com>
|
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
|
Sender: | cygwin-owner AT cygwin DOT com
|
Mail-Followup-To: | cygwin AT cygwin DOT com
|
Delivered-To: | mailing list cygwin AT cygwin DOT com
|
got a strange error with python.
Can anybody give me a clue for what to do?
/home/Hacking/Frameworks/Imunity canvas/exploitutils.py:916:
DeprecationWarning: os.popen2 is deprecated. Use the subprocess module.
p=os.popen2(command)
2 [main] python2.6 6568 L:\cygwin\bin\python2.6.exe: *** fatal
error - unable to remap L:\cygwin\bin\cygglib-2.0-0.dll to same address
as parent: 0x19230000 != 0x6AA40000
2 [main] python2.6 6568 L:\cygwin\bin\python2.6.exe: *** fatal
error - unable to remap L:\cygwin\bin\cygglib-2.0-0.dll to same address
as parent: 0x19230000 != 0x6AA40000
Stack trace:
Frame Function Args
00229648 6102796B (00229648, 00000000, 00000000, 00009B42)
00229938 6102796B (6117EC60, 00008000, 00000000, 61180977)
0022A968 61004F1B (611A7FAC, 6125513C, 19230000, 6AA40000)
End of stack trace
(hmm aint't sure if this is the right mailinglist)
ahh well..
here's the complete log:
(after a list of importing some *I think* scripts)
Local GUI Queue listening on port 1613
/home/Hacking/Frameworks/Imunity canvas/gui/canvasguigtk2.py:509:
PangoWarning: No such file or directory
self.wTree = gtk_glade_hook.XML(glade_file(), "window1")
[C] Getting interface data
/home/Hacking/Frameworks/Imunity canvas/exploitutils.py:916:
DeprecationWarning: os.popen2 is deprecated. Use the subprocess module.
p=os.popen2(command)
2 [main] python2.6 6568 L:\cygwin\bin\python2.6.exe: *** fatal
error - unable to remap L:\cygwin\bin\cygglib-2.0-0.dll to same address
as parent: 0x19230000 != 0x6AA40000
2 [main] python2.6 6568 L:\cygwin\bin\python2.6.exe: *** fatal
error - unable to remap L:\cygwin\bin\cygglib-2.0-0.dll to same address
as parent: 0x19230000 != 0x6AA40000
Stack trace:
Frame Function Args
00229648 6102796B (00229648, 00000000, 00000000, 00009B42)
00229938 6102796B (6117EC60, 00008000, 00000000, 61180977)
0022A968 61004F1B (611A7FAC, 6125513C, 19230000, 6AA40000)
End of stack trace
3 [main] python 2652 fork: child 6568 - died waiting for dll
loading, errno 11
3 [main] python 2652 fork: child 6568 - died waiting for dll
loading, errno 11
Traceback (most recent call last):
File "/home/Hacking/Frameworks/Imunity canvas/exploitutils.py", line
1596, in bugtracker
return trackedfunction(*funcargs)
File "/home/Hacking/Frameworks/Imunity canvas/canvasengine.py", line
2273, in __canvasmain
canvasguimain(init_threads=init_threads)
File "/home/Hacking/Frameworks/Imunity canvas/gui/__init__.py", line
22, in canvasguimain
__canvasguimain =
canvasguigtk2.canvasguimain(init_threads=init_threads)
File "/home/Hacking/Frameworks/Imunity canvas/gui/canvasguigtk2.py",
line 2673, in canvasguimain
mycanvasgui=canvasgui()
File "/home/Hacking/Frameworks/Imunity canvas/gui/canvasguigtk2.py",
line 493, in __init__
self.init_app()
File "/home/Hacking/Frameworks/Imunity canvas/gui/canvasguigtk2.py",
line 569, in init_app
self.mycanvasengine=canvasengine.canvasengine(self)
File "/home/Hacking/Frameworks/Imunity canvas/canvasengine.py", line
819, in __init__
node=self.loadLocalNode()
File "/home/Hacking/Frameworks/Imunity canvas/canvasengine.py", line
2167, in loadLocalNode
ln.startup()
File "/home/Hacking/Frameworks/Imunity canvas/CANVASNode.py", line
88, in startup
self.findInterfaces()
File "/home/Hacking/Frameworks/Imunity canvas/localNode.py", line 34,
in findInterfaces
for ifc in getAllLocalIPs():
File "/home/Hacking/Frameworks/Imunity canvas/exploitutils.py", line
1022, in getAllLocalIPs
return getInterfaceData()
File "/home/Hacking/Frameworks/Imunity canvas/exploitutils.py", line
916, in getInterfaceData
p=os.popen2(command)
File "/lib/python2.6/os.py", line 675, in popen2
close_fds=True)
File "/lib/python2.6/subprocess.py", line 623, in __init__
errread, errwrite)
File "/lib/python2.6/subprocess.py", line 1051, in _execute_child
self.pid = os.fork()
OSError: [Errno 11] Resource temporarily unavailable
Some error occured, you should send the CRASH.log generated file to
Immunity support team. (feedback AT immunitysec DOT com)
Greetz
Neusbeer
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
- Raw text -