[Bug 64407] New: Compiler error message display not SMP safe

Jon Smirl jonsmirl at yahoo.com
Wed Sep 17 06:20:09 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=64407     
           Summary: Compiler error message display not SMP safe
           Product: kdevelop
           Version: CVS
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: jonsmirl at yahoo.com


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'




More information about the KDevelop-devel mailing list