You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "masayuki2009 (via GitHub)" <gi...@apache.org> on 2023/03/06 04:55:45 UTC

[GitHub] [nuttx] masayuki2009 commented on pull request #8721: mm_heap: support custom the mm alignment and default to be 8

masayuki2009 commented on PR #8721:
URL: https://github.com/apache/nuttx/pull/8721#issuecomment-1455447913

   @CV-Bowen 
   Hmm, I noticed that stm32f4discovery:kostest failed
   
   ```
   user_main: timed semaphore test
   semtimed_test: Initializing semaphore to 0
   semtimed_test: Waiting for two second timeout
   semtimed_test: PASS: first test returned timeout
   BEFORE: (30 sec, 180000000 nsec)
   AFTER:  (32 sec, 190000000 nsec)
   semtimed_test: Starting poster thread
   semtimed_test:_assert: Current Version: NuttX  12.0.0 70083168f1 Mar  6 2023 13:53:04 arm
   _assert: Assertion failed panic: at file: armv7-m/arm_hardfault.c:175 task: ostest 0x80205e5
   up_dump_register: R0: 1ffffff8 R1: 00000000 R2: 40004400  R3: 00000000
   up_dump_register: R4: 20000000 R5: 00000056 R6: 00000000  FP: 00000065
   up_dump_register: R8: 00000001 SB: 20000008 SL: 00000000 R11: 00000001
   up_dump_register: IP: 00000000 SP: 20011388 LR: 080009d7  PC: 00000000
   up_dump_register: xPSR: 60000000 PRIMASK: 00000000 CONTROL: 00000000
   up_dump_register: EXC_RETURN: fffffff9
   dump_stack: User Stack:
   dump_stack: sp:     0x20011208
   dump_stack:   base: 0x20010d48
   dump_stack:   size: 00001968
   stack_dump: 0x20011200: 200022ec 080205e5 0800adfc 7474754e 20000058 080007d7 20002258 20000228
   stack_dump: 0x20011220: 2000001c 0800077b 00000000 20000000 00000100 00000036 20010c4d 08003e27
   stack_dump: 0x20011240: 2e323100 00302e30 08000cc1 00000000 0800adfc 303712bc 31333830 31663836
   stack_dump: 0x20011260: 72614d20 20362020 33323032 3a333120 303a3335 20010034 00000001 20002258
   stack_dump: 0x20011280: 20000228 2000011c 6d726158 00000000 00000000 20002258 0000000b 0800148f
   stack_dump: 0x200112a0: 00000000 0802d45b 08020030 00000065 00000001 20000008 00000000 0800464d
   stack_dump: 0x200112c0: 00000000 08000973 00000000 2000011c 00000003 0800124f 00000000 080007c9
   stack_dump: 0x200112e0: 20000000 00000056 00000000 0800077b 2000011c 080007d7 20000000 00000056
   stack_dump: 0x20011300: 00000000 0800077b 20000000 08003b49 08003a81 20010c2c 20002258 00000000
   stack_dump: 0x20011320: 00000000 20002258 20002258 20011378 00000001 20002258 20002450 20011388
   stack_dump: 0x20011340: 00000000 20000000 00000056 00000000 00000065 00000001 20000008 00000000
   stack_dump: 0x20011360: 00000001 fffffff9 1ffffff8 00000000 40004400 00000000 00000000 080009d7
   stack_dump: 0x20011380: 00000000 60000000 20000000 00000056 00000000 08000bd7 00000018 61000000
   stack_dump: 0x200113a0: 00000001 00000000 20000000 0000002e 20010c37 00000001 00000024 20000040
   stack_dump: 0x200113c0: 00000065 08003b1d 08003a81 20010c2c 0000002e 0000002e 00000001 20010d10
   stack_dump: 0x200113e0: 20010d3e 00000000 00000000 08006ed9 00000001 200023d8 0000002e 00000001
   stack_dump: 0x20011400: 20010c00 08006ee9 00000001 080009d7 00000001 20010c00 0000002e 0802012f
   stack_dump: 0x20011420: 00000018 21000000 20010c2c 0802012f 80000000 0000002e 20010c00 00000080
   stack_dump: 0x20011440: 00000000 08025bc5 0802a682 0a000000 0bebc200 00000000 00000000 08023517
   stack_dump: 0x20011460: 00000000 0000001f 00000040 00000022 0bebc200 00000020 0bebc200 00000020
   stack_dump: 0x20011480: 0b532b80 00010040 00000000 00000800 08027486 00000005 20001020 00000000
   stack_dump: 0x200114a0: 0802779d 0802073b 0001fea0 00000002 00000006 0000fff0 000013b0 0001eaf0
   stack_dump: 0x200114c0: 00000000 080205e5 00000005 20010d10 00000000 00000000 00000000 08020043
   show_tasks:    PID GROUP PRI POLICY   TYPE    NPX STATE   EVENT      SIGMASK  STACKBASE  STACKSIZE   COMMAND
   dump_task:       0     0   0 FIFO     Kthread N-- Ready              00000000 0x20000854      1000   Idle Task
   dump_task:       2     2 100 RR       Task    --- Waiting Semaphore  00000000 0x20010360      2000   ostest_main
   dump_task:       3     3 100 RR       Task    --- Running            00000000 0x20010d48      1968   ostest Arg1 Arg2 Arg3 Arg4
   dump_task:      31     3  64 RR       pthread --- Ready              00000000 0x20011518      2024   ostest 0x8023319 0
   ```


-- 
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