Closed
Bug 1319577
Opened 9 years ago
Closed 8 years ago
Two IPDL error messages overly truncated
Categories
(Core :: IPC, defect)
Core
IPC
Tracking
()
RESOLVED
DUPLICATE
of bug 1338915
People
(Reporter: mccr8, Unassigned)
Details
The IPDL error message "message `%s' in protocol `%s' requests compression but is not async or is special (ctor or dtor)" is passed "mname[:-len('constructor')]" as its first argument.
As you can see, the name of the message is overly truncated:
ipc/ipdl/test/ipdl/error/intrMessageCompress.ipdl:3: error: message `' in protocol `intrMessageCompress' requests compression but is not async or is special (ctor or dtor)
Presumably "constructor" isn't in the name any more, but something shorter.
A few lines down, the error message "ctor for protocol `%s', which is not managed by protocol `%s'" probably has the same issue, but I haven't verified it myself.
| Reporter | ||
Updated•9 years ago
|
Summary: IPDL error messages overly truncated → Two IPDL error messages overly truncated
| Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•