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. (feedb...@immunitysec.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

Reply via email to