I doubt it is something you can do:

http://buildbot.linuxcnc.org/buildbot/builders/precise-i386-realtime-rip/builds/56/steps/get-dmesg/logs/stdio

/bin/dmesg
 in dir 
/home/buildslave/emc2-buildbot/precise-rtai-x86/precise-i386-realtime-rip/build 
(timeout 1200 secs)
 watching logfiles {}
 argv: ['/bin/dmesg']
 environment:
  HOME=/home/buildslave
  LANG=en_US.UTF-8
  LOGNAME=buildslave
  MAIL=/var/mail/buildslave
  PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
  
PWD=/home/buildslave/emc2-buildbot/precise-rtai-x86/precise-i386-realtime-rip/build
  SHELL=/bin/sh
  TERM=linux
  USER=buildslave
 using PTY: False
*** glibc detected *** /bin/dmesg: double free or corruption (!prev): 
0x09dc2878 ***
======= Backtrace: =========
/lib/i386-linux-gnu/libc.so.6(+0x75ee2)[0xb75b5ee2]
/bin/dmesg[0x8049368]
/lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf3)[0xb75594d3]
/bin/dmesg[0x80497cd]
======= Memory map: ========
08048000-0804d000 r-xp 00000000 fd:01 261103     /bin/dmesg
0804d000-0804e000 r--p 00004000 fd:01 261103     /bin/dmesg
0804e000-0804f000 rw-p 00005000 fd:01 261103     /bin/dmesg
09dc2000-09de3000 rw-p 00000000 00:00 0          [heap]
b7316000-b7332000 r-xp 00000000 fd:01 391445 
/lib/i386-linux-gnu/libgcc_s.so.1
b7332000-b7333000 r--p 0001b000 fd:01 391445 
/lib/i386-linux-gnu/libgcc_s.so.1
b7333000-b7334000 rw-p 0001c000 fd:01 391445 
/lib/i386-linux-gnu/libgcc_s.so.1
b733f000-b753f000 r--p 00000000 fd:01 2051 
/usr/lib/locale/locale-archive
b753f000-b7540000 rw-p 00000000 00:00 0
b7540000-b76e3000 r-xp 00000000 fd:01 391077 
/lib/i386-linux-gnu/libc-2.15.so
b76e3000-b76e4000 ---p 001a3000 fd:01 391077 
/lib/i386-linux-gnu/libc-2.15.so
b76e4000-b76e6000 r--p 001a3000 fd:01 391077 
/lib/i386-linux-gnu/libc-2.15.so
b76e6000-b76e7000 rw-p 001a5000 fd:01 391077 
/lib/i386-linux-gnu/libc-2.15.so
b76e7000-b76ea000 rw-p 00000000 00:00 0
b76f3000-b76f4000 rw-p 00000000 00:00 0
b76f4000-b76f5000 r--p 002c5000 fd:01 2051 
/usr/lib/locale/locale-archive
b76f5000-b76f7000 rw-p 00000000 00:00 0
b76f7000-b76f8000 r-xp 00000000 00:00 0          [vdso]
b76f8000-b7718000 r-xp 00000000 fd:01 394326 
/lib/i386-linux-gnu/ld-2.15.so
b7718000-b7719000 r--p 0001f000 fd:01 394326 
/lib/i386-linux-gnu/ld-2.15.so
b7719000-b771a000 rw-p 00020000 fd:01 394326 
/lib/i386-linux-gnu/ld-2.15.so
bfb52000-bfb73000 rw-p 00000000 00:00 0          [stack]
process killed by signal 6
program finished with exit code -1
elapsedTime=0.185204

Looks buggish :)

Alex

----- Original Message ----- 
From: "andy pugh" <bodge...@gmail.com>
To: "EMC developers" <emc-developers@lists.sourceforge.net>
Sent: Monday, March 25, 2013 12:05 PM
Subject: [Emc-developers] Breaking the Buildbot.


>I broke the sim builds late last night.
>
> I think I managed to fix them, but appear to have broken the Precise RIP 
> build.
>
> In any case, the issue seems to be related to #include <linux/input.h>
>
> In the sim-builds this include works fine, but the functions therein
> are not found. This is presumably because the entire header file is
> wrapped in #ifdef KERNEL flags.
>
> As it was very late, I wrapped the offending parts of my code in
> #ifndef SIM tags, and went to bed. (It was 0230 on a work night by
> then) I am sure that there is a better way of doing this, what would
> that be?
>
> I don't know what the problem is with the Precise build, I can't get
> to the buildbot through our corporate filters. If someone could post
> the error message here I can probably have a guess.
>
> -- 
> atp
> If you can't fix it, you don't own it.
> http://www.ifixit.com/Manifesto
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_mar
> _______________________________________________
> Emc-developers mailing list
> Emc-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-developers
> 


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to