Bug 64407

Summary: Compiler error message display not SMP safe
Product: [Applications] kdevelop Reporter: Jon Smirl <jonsmirl>
Component: Output ViewsAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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.