Closed
Bug 266755
Opened 20 years ago
Closed 18 years ago
ASSERTION: output_carryoverlen must be > 0: 'output_carryoverlen > 0', file comi18n.cpp, line 192 Break: at file comi18n.cpp, line 192
Categories
(MailNews Core :: Internationalization, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mmokrejs, Assigned: smontagu)
References
Details
Attachments
(1 file)
|
10.70 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a5) Gecko/20041029
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a5) Gecko/20041029
[New Thread 229379 (LWP 6034)]
###!!! ASSERTION: output_carryoverlen must be > 0: 'output_carryoverlen > 0',
file comi18n.cpp, line 192
Break: at file comi18n.cpp, line 192
Suspending process; attach with the debugger.
Program received signal SIGSTOP, Stopped (signal).
0xb78897b1 in kill () from /lib/libc.so.6
(gdb) where
#0 0xb78897b1 in kill () from /lib/libc.so.6
#1 0xb7f900eb in nsDebugImpl::Break(char const*, int) (this=0x80bef58,
aFile=0xb732c9d4 "comi18n.cpp", aLine=192)
at nsDebugImpl.cpp:328
#2 0xb7f8ffd3 in nsDebugImpl::Assertion(char const*, char const*, char const*,
int) (this=0x80bef58,
aStr=0xb732c9f8 "output_carryoverlen must be > 0", aExpr=0xb732c9e0
"output_carryoverlen > 0",
aFile=0xb732c9d4 "comi18n.cpp", aLine=192) at nsDebugImpl.cpp:289
#3 0xb7fbdb7c in nsDebug::Assertion(char const*, char const*, char const*, int) (
aStr=0xb732c9f8 "output_carryoverlen must be > 0", aExpr=0xb732c9e0
"output_carryoverlen > 0",
aFile=0xb732c9d4 "comi18n.cpp", aLine=192) at nsDebug.cpp:108
#4 0xb730e9a4 in ?? ()
#5 0xb732c9f8 in ?? ()
#6 0xb732c9e0 in ?? ()
#7 0xb732c9d4 in ?? ()
#8 0x000000c0 in ?? ()
#9 0xbfff98b8 in ?? ()
#10 0xb62a8500 in ?? ()
#11 0xbfff9850 in ?? ()
#12 0xb61df052 in ?? ()
(gdb)
Reproducible: Always
Steps to Reproduce:
1.
2.
3.| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
Testcase?
Comment 3•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 4•19 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
| Reporter | ||
Comment 5•19 years ago
|
||
Maybe this is a dupe of #147697 ? It happens with mozilla-source-2005110105-trunk when sending away and email. Maye it's related to the small window which shows the status of the SMTP connection. SendMessage from XUL GenericSendMessage from XUL Identity = [nsIMsgIdentity: id3] WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file nsStringBundle.cpp, line 273 WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file nsStringBundle.cpp, line 273 WARNING: default.xpm not found, file nsWindow.cpp, line 3093 ++WEBSHELL 0xa7cf7c8 == 14 ++DOMWINDOW == 40 ###!!! ASSERTION: output_carryoverlen must be > 0: 'output_carryoverlen > 0', file comi18n.cpp, line 194 Break: at file comi18n.cpp, line 194 ++DOMWINDOW == 41 Trying to position a sizeless window; caller should have called sizeToContent() or sizeTo(). See bug 75649. Message Delivery SUCCEEDED! nsMsgComposeSendListener: Success on the message send operation! CopyListener::OnStartCopy() nsMsgComposeSendListener::OnStartCopy() CopyListener: SUCCESSFUL ON THE COPY OPERATION! --WEBSHELL 0xa7cf7c8 == 13 nsMsgComposeSendListener: Success on the message copy operation! THE CLEANUP ROUTINE FOR nsMsgComposeAndSend() WAS CALLED --DOMWINDOW == 40
Status: RESOLVED → UNCONFIRMED
Resolution: EXPIRED → ---
Comment 6•19 years ago
|
||
Not a core intl issue; this is mailnews-specific code.
Status: UNCONFIRMED → NEW
Component: Internationalization → MailNews: Internationalization
Ever confirmed: true
QA Contact: amyy
| Reporter | ||
Comment 7•18 years ago
|
||
Still happens with current trunk build on linux.
| Assignee | ||
Comment 8•18 years ago
|
||
Fixed by bug 147697
Status: NEW → RESOLVED
Closed: 19 years ago → 18 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•