Re: [rsb error report] sb: Provide an unverified SSL context to the URL.

2015-03-29 Thread Chris Johns
On 30/03/2015 11:24 am, QIAO YANG wrote: > > On Mar 30, 2015, at 08:01 AM, Chris Johns wrote: > >> On 30/03/2015 9:13 am, QIAO YANG wrote: >>> Hello, >>> >>> I've just failed to build the rsb and found an error introduced by the >>> latest commit: >>> >>> commit 3237c8ee69d7398c3d2ccade9879a3dde

Re: [PATCH] libmisc/shell: Add the rtrace command for buffered tracing support.

2015-03-29 Thread Chris Johns
On 30/03/2015 2:34 am, Gedare Bloom wrote: > Quick comments: Thanks for the review. > Avoid abbreviations but feel free to use acronyms in "rtems" APIs . RTEMS is also an abbreviation ;) These should really become rtems_trace_buffering_*. I will change. I do not want to change the internal gen

simsh2 test results

2015-03-29 Thread Joel Sherrill
Hi simsh2 (simulator in gdb). Not investigating a lot. sptimespec01 - asserts in test sprbtree01 - just ends with no message psx04- asserts in test psxusleep- asserts in test Passed: 447 Failed:13 Timeouts: 11 Invalid:0 - Total:471 Failures: heapwalk.e

Re: [rsb error report] sb: Provide an unverified SSL context to the URL.

2015-03-29 Thread Chris Johns
On 30/03/2015 11:24 am, QIAO YANG wrote: > > On Mar 30, 2015, at 08:01 AM, Chris Johns wrote: > >> On 30/03/2015 9:13 am, QIAO YANG wrote: >>> Hello, >>> >>> I've just failed to build the rsb and found an error introduced by the >>> latest commit: >>> >>> commit 3237c8ee69d7398c3d2ccade9879a3dde

Re: Pthreads pretty printers

2015-03-29 Thread Daniel Gutson
El 29/03/2015 20:52, "Chris Johns" escribió: > > On 30/03/2015 8:23 am, Daniel Gutson wrote: > > > >We are waiting for the (hopefully) last round of comments for our gdb > > pretty printers of glibc's NPTL. > > Do you have a suitable link ? https://sourceware.org/ml/libc-alpha/2015-03/msg0083

simsh1 test results

2015-03-29 Thread Joel Sherrill
Hi sh/simsh1 test results fsfeeko01 - assert in test sptls01 - TLS not supported spfatal26 - odd trap sp18- unsatisfied error Passed: 455 Failed: 5 Timeouts: 11 Invalid:0 - Total:471 Failures: fsfseeko01.exe sptls01.exe spfatal26.exe heapwalk.exe sp1

Re: [rtems-graphic-toolkit] version problem with microwin

2015-03-29 Thread Joel Sherrill
On March 29, 2015 7:21:08 PM CDT, QIAO YANG wrote: > > >On Mar 30, 2015, at 06:54 AM, Joel Sherrill >wrote: > > > >On 3/29/2015 5:38 PM, QIAO YANG wrote: > >Hi, > > >I've tried to compile the rgt for pc386. But I can't get the right > >version of microwin , not from the upstream nor from the al

Re: [rsb error report] sb: Provide an unverified SSL context to the URL.

2015-03-29 Thread QIAO YANG
On Mar 30, 2015, at 08:01 AM, Chris Johns wrote: On 30/03/2015 9:13 am, QIAO YANG wrote: Hello, I've just failed to build the rsb and found an error introduced by the latest commit: commit 3237c8ee69d7398c3d2ccade9879a3dde7785db1 Author: Chris Johns Date: Sun Mar 29 15:35:00 2015 +1100 sb

[rtems-graphic-toolkit] version problem with microwin

2015-03-29 Thread QIAO YANG
On Mar 30, 2015, at 06:54 AM, Joel Sherrill wrote: On 3/29/2015 5:38 PM, QIAO YANG wrote: Hi, I've tried to compile the rgt for pc386. But I can't get the right version of microwin , not from the upstream nor from the alex-sever's fork. >> Unable to checkout '6b5dae5cdbc334ac1c3210bc2c491

Re: rtems tester all fails on xilinx_zynq_a9_qemu

2015-03-29 Thread Chris Johns
On 30/03/2015 11:09 am, Joel Sherrill wrote: > On 03/29/2015 07:00 PM, Chris Johns wrote: >> On 30/03/2015 7:56 am, Joel Sherrill wrote: >>> Hi >>> >>> Even hello fails with both.exe and .ralf files. Something >>> is fundamentally wrong here. I assume it is the rtems-tester >>> configuration since

pc386 test results

2015-03-29 Thread Joel Sherrill
Hi These are with the sim-script pc386. Some of these appear to be actual failures. I didn't investigate much but one showed what appeared to be a weird qemu failure to start. WARNING - log/devfs02 did not appear to complete execution WARNING - log/dl01 did not appear to complete execution WARNI

Re: rtems tester all fails on xilinx_zynq_a9_qemu

2015-03-29 Thread Joel Sherrill
On 03/29/2015 07:00 PM, Chris Johns wrote: On 30/03/2015 7:56 am, Joel Sherrill wrote: Hi Even hello fails with both.exe and .ralf files. Something is fundamentally wrong here. I assume it is the rtems-tester configuration since it runs with the sim-script. And it runs with the same qemu comman

Re: [rsb error report] sb: Provide an unverified SSL context to the URL.

2015-03-29 Thread Chris Johns
On 30/03/2015 9:13 am, QIAO YANG wrote: > Hello, > > I've just failed to build the rsb and found an error introduced by the > latest commit: > > commit 3237c8ee69d7398c3d2ccade9879a3dde7785db1 > Author: Chris Johns > Date: Sun Mar 29 15:35:00 2015 +1100 > > sb: Provide an unverified SSL c

Re: rtems tester all fails on xilinx_zynq_a9_qemu

2015-03-29 Thread Chris Johns
On 30/03/2015 7:56 am, Joel Sherrill wrote: > Hi > > Even hello fails with both.exe and .ralf files. Something > is fundamentally wrong here. I assume it is the rtems-tester > configuration since it runs with the sim-script. And > it runs with the same qemu command by hand. > > Ideas? > What is

Re: Pthreads pretty printers

2015-03-29 Thread Chris Johns
On 30/03/2015 8:23 am, Daniel Gutson wrote: > >We are waiting for the (hopefully) last round of comments for our gdb > pretty printers of glibc's NPTL. Do you have a suitable link ? > Is there interest here for an RTEMS version as well? Yes. We have support for RTEMS here https://git.rtems.

Re: [rtems-graphic-toolkit] version problem with microwin

2015-03-29 Thread Joel Sherrill
On 3/29/2015 5:38 PM, QIAO YANG wrote: > Hi, > > I've tried to compile the rgt for pc386. But I can't get the right > version of microwin , not from the upstream nor from the alex-sever's > fork. > >>> Unable to checkout > '6b5dae5cdbc334ac1c3210bc2c4918668cb42aa4' in submodule path 'micr

[rtems-graphic-toolkit] version problem with microwin

2015-03-29 Thread QIAO YANG
Hi, I've tried to compile the rgt for pc386. But I can't get the right version of microwin , not from the upstream nor from the alex-sever's fork. >> Unable to checkout '6b5dae5cdbc334ac1c3210bc2c4918668cb42aa4' in submodule path 'microwin' Has anyone succeed to compile it recently ? O

realview_pbx_a9_qemu test results

2015-03-29 Thread Joel Sherrill
Hi Test results for the arm/realview: sp69 runs by hand OK. Not sure why it reported failure. Passed: 510 Failed: 2 Timeouts: 9 Invalid:0 - Total:521 Failures: sp69.exe heapwalk.exe Timeouts: spintrcritical06.exe spintrcritical15.exe spintrcritical12.exe spint

[rsb error report] sb: Provide an unverified SSL context to the URL.

2015-03-29 Thread QIAO YANG
Hello, I've just failed to build the rsb and found an error introduced by the latest commit: commit 3237c8ee69d7398c3d2ccade9879a3dde7785db1 Author: Chris Johns Date: Sun Mar 29 15:35:00 2015 +1100 sb: Provide an unverified SSL context to the URL. The RTEMS servers are causing an e

Pthreads pretty printers

2015-03-29 Thread Daniel Gutson
Hi, We are waiting for the (hopefully) last round of comments for our gdb pretty printers of glibc's NPTL. Is there interest here for an RTEMS version as well? Daniel. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/d

rtems tester all fails on xilinx_zynq_a9_qemu

2015-03-29 Thread Joel Sherrill
Hi Even hello fails with both.exe and .ralf files. Something is fundamentally wrong here. I assume it is the rtems-tester configuration since it runs with the sim-script. And it runs with the same qemu command by hand. Ideas? ~/rtems-4.11-work/rtems-tools/tester/rtems-test --rtems-tools=/users

arm920 test results

2015-03-29 Thread Joel Sherrill
Hi arm920 BSP for GDB ARM simulator: spfatal26.exe - no exit message block01.exe - ran OK by hand and VERY quickly. May be a test harness issue. psxclock01.exe - requires a real HW clock tick and should be on list of not run with sim clock idle

Re: RTEMS sh TELNET session output switches from console to telnet?

2015-03-29 Thread Peter Dufault
I don't think I made it clear that I'm always issuing commands to the telnet window and expecting the responses in the telnet window. Some times after I boot the system if I telnet to ti and issue the command "spg motor.*log 1" it will generate output in the telnet window, as I expect it to, bu

Re: RTEMS sh TELNET session output switches from console to telnet?

2015-03-29 Thread Peter Dufault
> On Mar 29, 2015, at 13:06 , Joel Sherrill wrote: > > If it is a one-time thing at boot issues, then it may simply be a printk() > during the BSP initialization or a printf() before the telnet session is > initiated. > > Can you capture the string? That would help locate it. > By one-time I m

mips/jmr3904 test results

2015-03-29 Thread Joel Sherrill
Hi psxkey07, sp37, and sptls01 appear to be real failures. sp37 - known issue where encoding/decoding of ISR level in task mode may not make the test happy sptls01 - I am not sure tls works on MIPS since it uses a special illegal instruction trap if I remember correctly. psx

psim test results

2015-03-29 Thread Joel Sherrill
Hi psim results: Passed: 513 Failed: 1 Timeouts: 7 Invalid:0 - Total:521 Failures: heapwalk.exe Timeouts: spcpuset01.exe top.exe monitor.exe capture.exe crypt01.exe termios.exe fileio.exe Average test time: 0:00:02.295182 Testing time : 0:19:55.789832 _

leon3 test results on sis

2015-03-29 Thread Joel Sherrill
Hi leon3 results on sis. heapwalk is a long time failure across most BSPs. Broken by heap updates. Passed: 513 Failed: 1 Timeouts: 6 Invalid:1 - Total:521 Failures: heapwalk.exe Timeouts: top.exe fileio.exe crypt01.exe monitor.exe termios.exe capture.exe Inval

Re: RTEMS sh TELNET session output switches from console to telnet?

2015-03-29 Thread Joel Sherrill
On 03/29/2015 12:03 PM, Peter Dufault wrote: I have not updated my 4.11 since December 15. I've noticed that output to an RTEMS shell opened in a telnet window sometimes goes to the telnet window and sometimes to the serial console window. I think this is output sent to stderr and not stdout.

RTEMS sh TELNET session output switches from console to telnet?

2015-03-29 Thread Peter Dufault
I have not updated my 4.11 since December 15. I've noticed that output to an RTEMS shell opened in a telnet window sometimes goes to the telnet window and sometimes to the serial console window. I think this is output sent to stderr and not stdout. I think it's one-time-at-boot issue, the out

sis test results

2015-03-29 Thread Joel Sherrill
Hi These are the sis results using the latest patched GDB/SIS. Passed: 513 Failed: 2 Timeouts: 6 Invalid:0 - Total:521 Failures: heapwalk.exe dl02.exe Timeouts: termios.exe capture.exe top.exe crypt01.exe monitor.exe fileio.exe Average test time: 0:00:00.9943

leon2 results using sis

2015-03-29 Thread Joel Sherrill
Hi I added rtems-tester configurations for erc32, leon2 and leon3 using sis. These were the test results for leon2. Passed: 514 Failed: 1 Timeouts: 6 Invalid:0 - Total:521 Failures: heapwalk.exe Timeouts: crypt01.exe capture.exe monitor.exe termios.exe top.exe

Re: [PATCH] libmisc/shell: Add the rtrace command for buffered tracing support.

2015-03-29 Thread Gedare Bloom
Quick comments: Avoid abbreviations but feel free to use acronyms in "rtems" APIs . Make sure acronyms are documented, what is TBG? If divide by 32 is on hot path might want to reconsider it if possible A macro for the bit masks would improve readability I've seen this print timestamp function

[PATCH] libmisc/shell: Add the rtrace command for buffered tracing support.

2015-03-29 Thread Chris Johns
The rtrace command interfaces to the RTEMS Trace Linker's trace buffering data allowing users to capture and report trace data. --- cpukit/Makefile.am | 5 + cpukit/libmisc/Makefile.am | 5 +- cpukit/libmisc/capture/rtems-trace-buffer-vars.c