aeirola / slack-irc-client

Use Slack as your IRC client
87 stars 16 forks source link

Crashes after long running time #14

Open aeirola opened 7 years ago

aeirola commented 7 years ago

Apparentl the process runs out of memory after running a long time:

info: message received on reconnect with no registered callback:
[object Object]
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
Aborted

Might have something to do the MemoryDataStore probably growing endlessly.

aeirola commented 7 years ago

Possibly related to https://github.com/slackhq/node-slack-sdk/issues/252