Coder Social home page Coder Social logo

ispy's People

Contributors

dellis23 avatar dmelancon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ispy's Issues

Freezes on fish shell

After send first command to fish and recives answer it's(fish shell doesn't show new prompt and doesn't react to ctrl+c) freeze completely, but if i kill or send ctrl+c to ispy, fish shell goes work again.

Does not work on zsh

/s/Executables ❯❯❯ sudo ./ispy 10790                                                                                                                ⏎
Attach process 10790
fatal: Not a git repository (or any parent up to mount point /storage)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
typeset -A git_info
git_info=( )
a: none
asd: none
asd: none
fatal: Not a git repository (or any parent up to mount point /storage)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
typeset -A git_info
git_info=( )
l: alias
l='ls -1A'
ls: alias
ls='ls --group-directories-first --color=auto'
ls: alias
ls='ls --group-directories-first --color=auto'
Brightness  hhvm-perms  hhvm-perms-reset  ispy  ReadLog
fatal: Not a git repository (or any parent up to mount point /storage)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
typeset -A git_info
git_info=( )
l: alias
l='ls -1A'
ls: alias
ls='ls --group-directories-first --color=auto'
l: alias
l='ls -1A'
c: none
cd: alias
cd='nocorrect cd'
cd: alias
cd='nocorrect cd'
cd: alias
cd='nocorrect cd'
cd: alias
cd='nocorrect cd'
cd: alias
cd='nocorrect cd'
cd: alias
cd='nocorrect cd'
cd: alias
cd='nocorrect cd'
cd: alias
cd='nocorrect cd'
cd: alias
cd='nocorrect cd'
cd: alias
cd='nocorrect cd'
cd: alias
cd='nocorrect cd'
cd: alias
cd='nocorrect cd'
cd: no such file or directory: /var//www
l: alias
l='ls -1A'
ls: alias
fatal: Not a git repository (or any parent up to mount point /storage)
ls='ls --group-directories-first --color=auto'
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
typeset -A git_info
git_info=( )
ls: alias
ls='ls --group-directories-first --color=auto'
Brightness  hhvm-perms  hhvm-perms-reset  ispy  ReadLog
fatal: Not a git repository (or any parent up to mount point /storage)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
typeset -A git_info
git_info=( )
c: none
cd: alias
cd='nocorrect cd'
cd: alias
cd='nocorrect cd'
cd: alias
cd='nocorrect cd'
cd: alias
cd='nocorrect cd'
cd: alias
cd='nocorrect cd'
cd: alias
cd='nocorrect cd'
cd: alias
cd='nocorrect cd'
l: alias
Debugger error: [ProcessSignal] Signal signal<133>
Traceback (most recent call last):
  File "/home/steel/.pex/install/ispy-0.1.1-py2-none-any.whl.9e1cb5382cfd6d113d80bf9a99e320d948714a00/ispy-0.1.1-py2-none-any.whl/ispy/ispy.py", line 185, in _main
    self.runDebugger()
  File "/home/steel/.pex/install/ispy-0.1.1-py2-none-any.whl.9e1cb5382cfd6d113d80bf9a99e320d948714a00/ispy-0.1.1-py2-none-any.whl/ispy/ispy.py", line 175, in runDebugger
    self.syscallTrace(process)
  File "/home/steel/.pex/install/ispy-0.1.1-py2-none-any.whl.9e1cb5382cfd6d113d80bf9a99e320d948714a00/ispy-0.1.1-py2-none-any.whl/ispy/ispy.py", line 126, in syscallTrace
    self.syscall(process)
  File "/home/steel/.pex/install/ispy-0.1.1-py2-none-any.whl.9e1cb5382cfd6d113d80bf9a99e320d948714a00/ispy-0.1.1-py2-none-any.whl/ispy/ispy.py", line 130, in syscall
    syscall = state.event(self.syscall_options)
  File "/home/steel/.pex/install/python_ptrace-0.8.1-py2-none-any.whl.18fa41a1bad5222bc639419593783a12f8c65c79/python_ptrace-0.8.1-py2-none-any.whl/ptrace/debugger/syscall_state.py", line 13, in event
    return self.exit()
  File "/home/steel/.pex/install/python_ptrace-0.8.1-py2-none-any.whl.18fa41a1bad5222bc639419593783a12f8c65c79/python_ptrace-0.8.1-py2-none-any.whl/ptrace/debugger/syscall_state.py", line 38, in exit
    self.process.waitSignals(SIGTRAP)
  File "/home/steel/.pex/install/python_ptrace-0.8.1-py2-none-any.whl.18fa41a1bad5222bc639419593783a12f8c65c79/python_ptrace-0.8.1-py2-none-any.whl/ptrace/debugger/process.py", line 726, in waitSignals
    return self.debugger.waitSignals(*signals, **{'pid': self.pid})
  File "/home/steel/.pex/install/python_ptrace-0.8.1-py2-none-any.whl.18fa41a1bad5222bc639419593783a12f8c65c79/python_ptrace-0.8.1-py2-none-any.whl/ptrace/debugger/debugger.py", line 196, in waitSignals
    raise event
ProcessSignal: Signal signal<133>
Terminate <PtraceProcess #10985>
Terminate <PtraceProcess #10983>
Traceback (most recent call last):
  File "/storage/Executables/ispy/.bootstrap/_pex/pex.py", line 317, in execute
  File "/storage/Executables/ispy/.bootstrap/_pex/pex.py", line 250, in _wrap_coverage
  File "/storage/Executables/ispy/.bootstrap/_pex/pex.py", line 282, in _wrap_profiling
  File "/storage/Executables/ispy/.bootstrap/_pex/pex.py", line 358, in _execute
  File "/storage/Executables/ispy/.bootstrap/_pex/pex.py", line 389, in execute_script
  File "/storage/Executables/ispy/.bootstrap/_pex/pex.py", line 403, in execute_content
  File "<exec_function>", line 4, in exec_function
  File "/home/steel/.pex/install/ispy-0.1.1-py2-none-any.whl.9e1cb5382cfd6d113d80bf9a99e320d948714a00/ispy-0.1.1-py2-none-any.whl/ispy-0.1.1.dist-info/ispy-0.1.1.data/scripts/ispy", line 5, in <module>
  File "/home/steel/.pex/install/ispy-0.1.1-py2-none-any.whl.9e1cb5382cfd6d113d80bf9a99e320d948714a00/ispy-0.1.1-py2-none-any.whl/ispy/ispy.py", line 210, in main
    SyscallTracer().main()
  File "/home/steel/.pex/install/ispy-0.1.1-py2-none-any.whl.9e1cb5382cfd6d113d80bf9a99e320d948714a00/ispy-0.1.1-py2-none-any.whl/ispy/ispy.py", line 178, in main
    self._main()
  File "/home/steel/.pex/install/ispy-0.1.1-py2-none-any.whl.9e1cb5382cfd6d113d80bf9a99e320d948714a00/ispy-0.1.1-py2-none-any.whl/ispy/ispy.py", line 200, in _main
    subprocess.check_output(['kill', '-cont', str(process.pid)])
  File "/usr/lib/python2.7/subprocess.py", line 573, in check_output
    raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command '['kill', '-cont', '10985']' returned non-zero exit status 1

Here's the output of the shell it was listening on

/s/Executables ❯❯❯ echo $$
10790
/s/Executables ❯❯❯ 
/s/Executables ❯❯❯ asd
zsh: correct asd to as [nyae]? %                                                                                                                      /s/Executables ❯❯❯ ls                                                                                                                               ⏎
Brightness  hhvm-perms  hhvm-perms-reset  ispy  ReadLog
/s/Executables ❯❯❯ cd /var//www
cd: no such file or directory: /var//www
/s/Executables ❯❯❯ ls                                                                                                                               ⏎
Brightness  hhvm-perms  hhvm-perms-reset  ispy  ReadLog
/s/Executables ❯❯❯ cd /var
/var ❯❯❯ ls
backups  cache  crash  lib  local  log  mail  metrics  opt  spool  tmp  lock  run
/var ❯❯❯ 

Add a Dockerfile

Feature Request
Docker provides a way to run application in a standalone container. So if there is a Docker Image available for this also then it would be great. Docker provides great portability and removes the hassle of dependencies. See if it it is possible.
Hope to hear back. 😃

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.