fabianfrz (Fabian Franz)
- Login: fabianfrz
- Registered on: 12/27/2016
- Last sign in: 01/27/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
01/27/2017
-
03:39 PM Ruby Bug #13160: Socket c code breaks ruby interpreter
- Hi, I tried to run it in gdb but that is going to crash it even earlier, however there are other findings:
When i remove and disable all the metasploit related stuff it is working again (running without issues).
So maybe one of its d...
01/26/2017
-
05:11 PM Ruby Bug #13160 (Closed): Socket c code breaks ruby interpreter
- When a client connects to a socket, the ruby interpreter crashes with the backtrace at the bottom (used the current version of my gem ICAPrb::Server (this gem has no native extensions))
the ruby vm should not when in receives a connec...
12/27/2016
-
09:55 AM Ruby Bug #13079 (Closed): linked list corruption (probable race condition)
- Hi, I am developing a binding for an external library and I encountered a problem with the ruby interpreter.
The library is made to run with threads and it randomly crashes the ruby interpreter which looks like a race codition with so...