rofl0r

Results 904 comments of rofl0r

looks like a double-free bug in the app maybe try the same version you used on linux or report the bug to the devs. it's almost certain the bug happens...

you may try with current git; a problem was fixed that may be the cause of this.

maybe you can describe the workaround, so others can benefit from it as well ?

i add your patch here inline so its recorded: ```diff From b02a039fce741bcaa5b1d96ca44eb9888c0d6669 Mon Sep 17 00:00:00 2001 From: oldsharp Date: Thu, 14 Dec 2017 22:59:41 +0800 Subject: [PATCH] Workaround the...

@oldsharp : i found an issue, which i just pushed a fix for ( 3b5f410 ). would you mind testing latest git with an unpatched alpine to find out if...

*sigh*, thanks. another thing we could try is increasing the stack size even more (where it says `64*1024` in that commit, you could for instance test `256*1024` instead), even though...

ok, thank you. an option to get this issue fixed would be that someone gives me ssh access to a mac (since i dont own one), so i can try...

i fixed a segfault issue, maybe it was related: https://github.com/rofl0r/proxychains-ng/commit/cc7bc891ffd9ed1ebcb61d61f36ed02a0e401504

thanks, this should be fixed with d28f4df

does this happen only with the target application `npm` ? a possible cause could be that npm does unset all environment variables it doesnt know. in our case we need...