Closed
Bug 21422
Opened 25 years ago
Closed 24 years ago
Need a better error message when can't attach a file
Categories
(MailNews Core :: Composition, defect, P3)
Tracking
(Not tracked)
Future
People
(Reporter: waterson, Assigned: bugzilla)
Details
I tried to mail ducarroz a DLL today. It gave me an error message "0xFFFFFFF".
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•25 years ago
|
||
Are you able to send a message without attachment?
| Assignee | ||
Comment 2•25 years ago
|
||
I can reproduce the problem. Seems because you try to attach a dll which are
curently used (by Mozila).
Could this be related to: http://bugzilla.mozilla.org/show_bug.cgi?id=21025?
We have also a general bug, http://bugzilla.mozilla.org/show_bug.cgi?id=17445,
which states that a better error is needed (if it is the case that it is
valid that we can't send a .dll when in use)
| Assignee | ||
Updated•25 years ago
|
Severity: critical → normal
Summary: [DOGFOOD] cannot attach binary files to email → Cannot attach binary files curently used to email
Target Milestone: M14
| Assignee | ||
Comment 4•25 years ago
|
||
We definitively need a better way to manage this kind of error. M14, not dogfood
anymore
Comment 5•25 years ago
|
||
Why can't we send a DLL which is in use? Are we trying to open for write access
or exclusive access? Lots of processes are allowed to read the same DLLs at the
same time...
Summary: Cannot attach binary files curently used to email → Need a better error message when can't attach a file
Target Milestone: M14 → M17
| Assignee | ||
Comment 6•25 years ago
|
||
We probably open the file in read/write mode!
Comment 7•25 years ago
|
||
Minor UI fixups to M18. If this is incorrect, please adjust.
Target Milestone: M17 → M18
Moving to future milestone, since the problem seems to be isolated to attaching
dll's which are currently being used by the application, which is not a common
end user scenario.
Target Milestone: M18 → Future
Comment 11•24 years ago
|
||
Dupe of 23462 Marking as such.
*** This bug has been marked as a duplicate of 23462 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
verified dup of 23462, "Trying to send non existing attached file gives me no error"
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•