Closed
Bug 26700
Opened 26 years ago
Closed 26 years ago
mozbot-generated UUIDs are not always liked by xpidl
Categories
(Webtools Graveyard :: Mozbot, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
1.0
People
(Reporter: adam, Assigned: blizzard)
Details
Today I asked mozbot for some shiny fresh
UUIDs. One it gave me, for example, was
c7786a4-1dd2-11b2-9fbe-c59d742de59b
xpidl complained thusly:
sIMovemailIncomingServer.idl:36: Error: IID c7786a4-1dd2-11b2-9fbe-c59d742de59b
is the wrong length
It wanted the UUID padded with zeros, I believe,
hence: 0c7786a4-1dd2-11b2-9fbe-c59d742de59b
The latter form worked.
Assigned to blizzard by request.
Cheers,
--Adam
| Assignee | ||
Comment 1•26 years ago
|
||
Dawn, where is the code for the uuidgen program that I gave you? Did it make
into cvs?
Status: NEW → ASSIGNED
Comment 2•26 years ago
|
||
I don't remember. It doesn't look like it. Terry added the uuid command
to mozbot. Maybe he remembers.
Comment 3•26 years ago
|
||
mozbot is using stuff checked in under mozilla/webtools/mozbot/uuidgen.
| Assignee | ||
Comment 4•26 years ago
|
||
Are you use you didn't paste this incorrectly? I've gotten mozbot to give me
properly give me zero padded uuids. The code looks right, too. I'm going to
guess you did or else it was a fluke...
<blizzard> uuid
<mozbot> 037fd390-1dd2-11b2-94be-bb9b70d69d62
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 5•26 years ago
|
||
Perhaps you're right, but I got 'bad' UUIDs on
several sittings which were rejected by xpidl
until I 0-padded them. Maybe the problem got fixed,
or maybe I have no co-ordination.
I'm not so sure. I have six UUIDs in a row here
gotten from mozbot when I filed the report which
came through as 3-2-2-2-6 bytes rather than
4-2-2-2-6 bytes and were hence rejected by xpidl
until I added a leading 00.
--Adam
| Assignee | ||
Comment 6•26 years ago
|
||
Please ignore the spam. Changing address.
Assignee: blizzard → blizzard
Status: RESOLVED → NEW
| Assignee | ||
Comment 7•26 years ago
|
||
bustage from my reassign
Status: NEW → RESOLVED
Closed: 26 years ago → 26 years ago
Updated•19 years ago
|
QA Contact: mozbot
Updated•17 years ago
|
Target Milestone: --- → 1.0
Version: other → 1.x
Updated•7 years ago
|
Product: Webtools → Webtools Graveyard
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•