Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process halts when logging out too much #9

Open
crisward opened this issue Feb 16, 2017 · 3 comments
Open

Process halts when logging out too much #9

crisward opened this issue Feb 16, 2017 · 3 comments

Comments

@crisward
Copy link

If the application logs out too much information while being run by sentry it seems to lock up.
The limit is quite high - 1024 character maybe??

If you have trouble recreating this let me know and I'll mock up an example.

BTW excellent app. Really like the recent update which compiles then restarts, really cool my pages stay alive while the compiler is updating in the background.

@samueleaton
Copy link
Owner

Hey sorry. I've been away from my personal projects for a while but I'm back.

Now, Are you talking about an application logging a large amount of info at one time? And when you say lock up, what exactly do you mean?

Again sorry for the delay.

@crisward
Copy link
Author

If the application logs out loads of data, it stops logging mid-sentence and the application itself just hangs. I'm guessing stdout from the app is waiting to write, but can't so just waits. This is when the app logs out all in one go.

Don't worry about the delay, if it was a big problem I'd work it out and send a pull request. Just though it was one of those things you'd want to know about.

@samueleaton
Copy link
Owner

hmm... so is this multiple large logs in a row or one single large log? I tried logging several large paragraphs at once and was not getting an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants