You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/01/24 04:20:14 UTC

[GitHub] [incubator-nuttx] yamt commented on pull request #5321: libxx:uclibxx: add patch use overload constructor of filebuf & ostream

yamt commented on pull request #5321:
URL: https://github.com/apache/incubator-nuttx/pull/5321#issuecomment-1019703873


   it seems the crash on boot has been fixed by this change.
   ```
   (lldb) target create "./nuttx"
   Current executable set to '/Users/yamamoto/git/nuttx/nuttx/nuttx' (x86_64).
   (lldb) run
   Process 92526 launched: '/Users/yamamoto/git/nuttx/nuttx/nuttx' (x86_64)
   test ofstream===========================
   printf: Starting test_ostream
   printf: Successfully opened /dev/console
   cout: Successfully opened /dev/console
   Writing this to /dev/console
   test iostream===========================
   Hello, this is only a test
   Print an int: 190
   Print a char: d
   test vector=============================
   v1=1 2 3
   Hello World Good Luck 
   test map================================
   test rtti===============================
   extend
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org