Git Product home page Git Product logo

Comments (1)

MrAdam avatar MrAdam commented on June 8, 2024

I got "kinda" the same problem - process monitor is fine for me though, and restarts target as it should:

  • [10:04.44] Process Monitor PED-RPC server initialized:
  • [10:04.44] Listening on 0.0.0.0:26002
  • [10:04.44] awaiting requests...
  • [10:04.53] updating target process name to 'pcswebchat'
  • [10:04.53] updating stop commands to: ['pkill pcswebchat']
  • [10:04.53] updating start commands to: ['./pcswebchat']
  • [10:04.53] starting target process
  • ['./pcswebchat']
  • [10:04.53] done. target up and running, giving it 5 seconds to settle in.
  • [10:04.59] starting target process
  • ['./pcswebchat']
  • [10:04.59] done. target up and running, giving it 5 seconds to settle in.

But the fuzzer fails to continue, and gives the same error as above:

[2016-06-17 10:04:59,865] [INFO] -> procmon detected access violation on test case #1082
[2016-06-17 10:04:59,865] [INFO] -> primitive lacks a name, type: delim, default value:
[2016-06-17 10:04:59,866] [INFO] -> [10:04.59] Crash : Test - 1082 Reason - Segmentation fault
[2016-06-17 10:04:59,867] [WARNING] -> restarting target process

[2016-06-17 10:05:04,875] [CRITICAL] -> Restarting the target failed, exiting.

Exception happened during processing of request from ('127.0.0.1', 46996)
Traceback (most recent call last):
File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
self.process_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/home/vagrant/PCS/week7-final/assignment/sulley/sulley/sessions.py", line 906, in init
BaseHTTPServer.BaseHTTPRequestHandler.init(self, request, client_address, server)
File "/usr/lib/python2.7/SocketServer.py", line 649, in init
self.handle()
File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
method()
File "/home/vagrant/PCS/week7-final/assignment/sulley/sulley/sessions.py", line 922, in do_GET
self.do_everything()
File "/home/vagrant/PCS/week7-final/assignment/sulley/sulley/sessions.py", line 949, in do_everything
response = self.view_index()
File "/home/vagrant/PCS/week7-final/assignment/sulley/sulley/sessions.py", line 1083, in view_index
response += '%06d%s%s' % (key, key, val.split("\n")[0], bytes)

AttributeError: 'NoneType' object has no attribute 'split'

from sulley.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.