André Mazayev

Results 80 comments of André Mazayev

I've also experienced segfaults with Bluebird 3.6 and 3.7 + Node 10. However, I couldn't isolate the problem. Don't know it helps but here is the link to our Travis...

Hey @addaleax my Linux machine is at my work so I'll do it tomorrow

Hey @addaleax this is what I get when I run `valgrind --log-file="log.txt" --leak-check=summary -v jest test/unit/middlewares/action-hook.spec.js` Log: ``` ==18115== Memcheck, a memory error detector ==18115== Copyright (C) 2002-2017, and GNU...

@addaleax do you want me to run valgrind with some specific options?

@addaleax runnning `valgrind --tool=memcheck --log-file="full-log.txt" --leak-check=summary -v node /usr/bin/jest test/unit/middlewares/action-hook.spec.js` I get more verbose with things like: ``` ==18415== Conditional jump or move depends on uninitialised value(s) ==18415== at 0x14CD96A:...

@benjamingr after removing the `timer.refresh();` I got zero segfaults :smile: Everything seems to be working properly

@benjamingr yeah, updating to v3.7.1 seems to solve the issue. No segfaults on my local machine and Travis is also happy ![image](https://user-images.githubusercontent.com/9802754/67001446-b068cc80-f0d1-11e9-9347-5b321910d557.png)

Hi @nickmerwin any chance of making this happen? https://github.com/nickmerwin/node-coveralls/pull/311 seems to solve the issue

@bashiru98 what's the error that you're getting? I've done a fresh install and got one like this: ![image](https://user-images.githubusercontent.com/9802754/128492039-0779f14a-ec1c-449b-99b3-a4c5386fbd04.png) I'm not a TS guy but I think it's related to the...

Hi @giovanni-bertoncelli can you please create a repro repo?