JohnMcLear / draw

A real time collaborative drawing tool using nodejs, socket.io & paper.js
Apache License 2.0
482 stars 158 forks source link

Crash on SmartOS #148

Closed JohnMcLear closed 10 years ago

JohnMcLear commented 11 years ago

FATAL ERROR: CALL_AND_RETRY_2 Allocation failed - process out of memory

JohnMcLear commented 11 years ago

we never remove paper objects from projects, this has to be turning quite a lot.. @tranek

we should be able to do this on unsubscribe..

JohnMcLear commented 11 years ago

Ah wait yes we do I see it on develop branch line 343 we do a project.remove..

How bizarre! Any more thoughts on this?

tranek commented 11 years ago

Is this crashing the default browser on a phone or tablet or is it crashing the node server?

JohnMcLear commented 11 years ago

Sorry, I should have said that's a server crash :)

JohnMcLear commented 11 years ago

latest crash was the activeLayer issue :\ btw I leave soon for a bit, are you still getting alerts when it dies and are you still able to bring it back up? I will be back in a week or so

tranek commented 11 years ago

Ah server crash. Interesting.

Ugh I didn't setup that robot thing yet. Just been so busy with everyone wanting stuff from me. You know how that goes I'm sure! I'll get that going eventually. Leaving this tab opened until I do.

JohnMcLear commented 11 years ago

Hah cheers :) It's just over the next 7 days, after that I'm back on top of things. I will hack on draw on my travels hopefully, I'm in first class so I should have wifi & power & space for laptop & tea/coffee supplies for 3 hours or so

tranek commented 11 years ago

Ah SmartOS! I was thinking that was Palm's OS hence why I asked about a tablet/phone. SmartOS is the Joyent thing.

tranek commented 11 years ago

Do I even have access to the Joyent server? :/

JohnMcLear commented 11 years ago

I need you to email me your public ssh key so i can add you

tranek commented 11 years ago

I guess I need to generate a pair. I'll get back to you. If I remember right, PuTTy has that capability.

On Thu, Jul 4, 2013 at 10:21 AM, John McLear notifications@github.comwrote:

I need you to email me your public ssh key so i can add you

— Reply to this email directly or view it on GitHubhttps://github.com/JohnMcLear/draw/issues/148#issuecomment-20479514 .

JohnMcLear commented 10 years ago

https://github.com/JohnMcLear/draw/issues/166

JohnMcLear commented 10 years ago

Should be resolved now.