Closed Bug 914902 Opened 11 years ago Closed 11 years ago

IPC message "NOTE: %s process received `Goodbye'..." is interleaved with other output

Categories

(Core :: IPC, defect)

defect
Not set
minor

Tracking

()

RESOLVED FIXED
mozilla26

People

(Reporter: markh, Assigned: markh)

Details

Attachments

(1 file)

ipc/glue/AsyncChannel.cpp uses printf for the message (ie, uses stdout), but almost everwhere else writes to stderr.  On Windows at least, this can cause the message to be interleaved with other output - eg, from a recent try run.


02:07:58     INFO -  NOTE: child process r[Parent 3108] WARNING: RemoveObserver() called for unregistered observer: file e:/builds/moz2_slave/try-w32-d-00000000000000000000/build/hal/Hal.cpp, line 205
02:07:58     INFO -  eceive[Parent 3108] WARNING: RemoveObserver() called for unregistered observer: file e:/builds/moz2_slave/try-w32-d-00000000000000000000/build/hal/Hal.cpp, line 205
02:07:58     INFO -  d `Goodby[Parent 3108] WARNING: RemoveObserver() called for unregistered observer: file e:/builds/moz2_slave/try-w32-d-00000000000000000000/build/hal/Hal.cpp, line 205
02:07:58     INFO -  e', closin[Parent 3108] WARNING: RemoveObserver() called for unregistered observer: file e:/builds/moz2_slave/try-w32-d-00000000000000000000/build/hal/Hal.cpp, line 205
02:07:58     INFO -  g down

The following trivial patch uses printf_stderr instead of printf.  cjones: requesting your review as I see you've touched other logging-ish code in that file.
Attachment #802674 - Flags: review?(cjones.bugs)
Comment on attachment 802674 [details] [diff] [review]
Use printf_stderr instead of printf

I'm the original author of that file ;).  Let's just nuke that printf.

r=me for the nuke.
Attachment #802674 - Flags: review?(cjones.bugs) → review+
(In reply to Chris Jones [:cjones] [:warhammer] from comment #1)
> Comment on attachment 802674 [details] [diff] [review]
> Use printf_stderr instead of printf
> 
> I'm the original author of that file ;).  Let's just nuke that printf.

Thanks - I obviously didn't go back that far in the history :)

https://hg.mozilla.org/integration/mozilla-inbound/rev/3a9f27b2a213
Assignee: nobody → mhammond
Status: NEW → ASSIGNED
:).  I didn't intend that to sound snotty or anything; your comment just amused me slightly :).
https://hg.mozilla.org/mozilla-central/rev/3a9f27b2a213
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: