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

continuous flow of uncaught exceptions leads to StackOverflow #1

Open
nicost opened this issue Mar 30, 2017 · 0 comments
Open

continuous flow of uncaught exceptions leads to StackOverflow #1

nicost opened this issue Mar 30, 2017 · 0 comments

Comments

@nicost
Copy link

nicost commented Mar 30, 2017

Millions of:

at badtrack.BadTrack$1.uncaughtException(BadTrack.java:201)

lead to a StackOverflow and the application dying. Maybe try only once and then give up?

This all follows failed login attempts, I can not generate a stack trace for those right now because I get:

javax.mail.AuthenticationFailedException: 454 4.7.0 Too many login attempts, please try again later. x21sm6038567pgf.15 - gsmtp

at com.sun.mail.smtp.SMTPTransport$Authenticator.authenticate(SMTPTransport.java:826)
at com.sun.mail.smtp.SMTPTransport.authenticate(SMTPTransport.java:761)
at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:685)
at javax.mail.Service.connect(Service.java:317)
at javax.mail.Service.connect(Service.java:176)
at javax.mail.Service.connect(Service.java:125)
at javax.mail.Transport.send0(Transport.java:253)
at javax.mail.Transport.send(Transport.java:124)
at badtrack.email.GmailClient.sendMessage(GmailClient.java:83)
at badtrack.email.GmailBadTrackNotifier.notify(GmailBadTrackNotifier.java:65)
at badtrack.BadTrack$1.uncaughtException(BadTrack.java:198)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1057)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1052)
at java.lang.Thread.dispatchUncaughtException(Thread.java:1952)`
@nicost nicost changed the title continuous flow uncaught exceptions leads to StackOverflow continuous flow of uncaught exceptions leads to StackOverflow Mar 30, 2017
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

1 participant