Bug 64407 - Compiler error message display not SMP safe
Summary: Compiler error message display not SMP safe
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevelop
Classification: Applications
Component: Output Views (show other bugs)
Version: git master
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-17 06:19 UTC by Jon Smirl
Modified: 2003-12-30 06:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Smirl 2003-09-17 06:19:12 UTC
Version:           CVS (using KDE Devel)
Installed from:    Compiled sources

The 'compiling' message came from a different CPU. Note how it clobbered the preceding error message. It was another implicit warning. The length of the 
clobbered portion seems to match message length from other CPU.

* xfree/radeon_probe.c:247: warning: implicit declaration of function `xf86PrintChipsets' 
* xfree/radeon_probe.c:263: warning: implicit declaration of function `xf86GetPciVideoInfo' 
* xfree/radeon_probe.c:266: warning: i 
* compiling radeon_driver.o (gcc) 
* xfree/radeon_probe.c:279: warning: implicit declaration of function `xnfalloc' 
* xfree/radeon_probe.c:279: warning: assignment makes pointer from integer without a cast 
* xfree/radeon_probe.c:289: warning: implicit declaration of function `xf86MatchPciInstances'
Comment 1 Thiago Macieira 2003-09-17 16:14:15 UTC
Are you compiling with -j flag to make? 
Comment 2 Jon Smirl 2003-09-19 19:54:02 UTC
I am on a kernel (2.6) with native threads turned on. This lets the threads in
kedevelop run in parallel on different processors.
Comment 3 Jon Smirl 2003-12-30 06:49:41 UTC
I haven't seen this in a long time.