Open Bug 1249963 Opened 8 years ago Updated 2 years ago

JavaScript error: resource://gre/components/nsMailNewsCommandLineHandler.js, line 41: uncaught exception: 2147942487

Categories

(MailNews Core :: Backend, defect)

defect

Tracking

(Not tracked)

UNCONFIRMED

People

(Reporter: mmokrejs, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39
Build ID: 20160218002054

Steps to reproduce:

Please refer to bug #1219015 . The message is logged by seamonkey-2.38 and 2.39 at least.
(not sure where this should go, but Mailnews Core seems wrong)
Component: Backend → General
Product: MailNews Core → Thunderbird
Version: 39 → 39 Branch
The file actually is in /mailnews so let's keep it there for now. Maybe it is only a problem in SM.

The line 41 is this:
mailURL = aCommandLine.handleFlagWithParam("mail", false);

Martin, do you start TB or SM with a command line argument -mail or something like that?
Component: General → Backend
Flags: needinfo?(mmokrejs)
Product: Thunderbird → MailNews Core
Version: 39 Branch → Trunk
I have somewhere in settings that mailer comes up by default upon seamonkey is executed, so I assume it is the same as -mailer on a command line.
Flags: needinfo?(mmokrejs)
I can't reproduce that on TB with the command line argument and TB does not have that setting which window should come up at start up (it only has a single window). Maybe this can only be seen on Seamonkey.
Flags: needinfo?(philip.chee)
It's inside a try catch block so I don't know why it's an uncaught error.

2147942487 == NS_ERROR_ILLEGAL_VALUE
Flags: needinfo?(philip.chee)
(In reply to Philip Chee from comment #5)
> It's inside a try catch block so I don't know why it's an uncaught error.
> 
> 2147942487 == NS_ERROR_ILLEGAL_VALUE

XPCOM components if they throw an error will get logged, even if protected by try/catch. There's a bug somewhere complaining about this, marked WONTFIX.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.