pmarcinkiew / iotjs

Platform for Internet of Things with JavaScript http://www.iotjs.net
Other
0 stars 1 forks source link

Advance tizenrt (no significant improvements) #85

Closed tadziopazur closed 6 years ago

tadziopazur commented 6 years ago

IoT.js-DCO-1.0-Signed-off-by: Tomasz Wozniak t.wozniak@samsung.com

pmarcinkiew commented 6 years ago

TizenRT crashes during ls for /dev:

TASH>>ls /dev/
arm_dataabort: 
Data abort. PC: 04144a10 DFAR: 00000000 DFSR: 0000080d
up_assert: Assertion failed at file:armv7-r/arm_dataabort.c line: 111 task: tash
up_dumpstate: Current sp: 0208ae00
up_dumpstate: User stack:
up_dumpstate:   base: 0208afe8
up_dumpstate:   size: 00000fec
up_dumpstate:   used: 000002dc
up_dumpstate: User Stack
up_stackdump: 0208ae00: 0208aef0 040c9e04 00000000 0000080d deadbeef 040c827c deadbeef 0208ae64
up_stackdump: 0208ae20: 00000000 00000000 ea004127 02071640 020858e0 0208ae8c 0208aef0 00000000
up_stackdump: 0208ae40: 02024b78 0208afb0 00000003 00000000 0208ae60 04144950 04144a10 60000053
up_stackdump: 0208ae60: 02085853 00000000 00000000 00000000 00000000 00000000 00000000 00000000
up_stackdump: 0208ae80: 020858e0 040dbf94 00000000 02023c24 00000000 02023c24 20000053 040ccedc
up_stackdump: 0208aea0: 02023c24 02023c24 02023c24 02023d74 02023c24 02023c24 0208aef0 00000002
up_stackdump: 0208aec0: 00000000 040d7b9c 00000004 020239e0 00000004 00000000 02085858 00000002
up_stackdump: 0208aee0: 00000000 00000000 00000004 040d8168 02085850 02085853 00000000 040c9fbc
up_stackdump: 0208af00: 0208af0c 040c8194 00000000 00000000 0202552c 00000000 0000000a 00000000
up_stackdump: 0208af20: 02023a0c 20000053 00000001 00000001 02023a0c 00000000 00000003 00000000
up_stackdump: 0208af40: 0208af50 040ce7c4 040ccee0 20000053 00000001 020239e0 02085859 040cad78
up_stackdump: 0208af60: 00000009 02085850 00000000 0208afb8 00000009 02085850 00000001 0208afb8
up_stackdump: 0208af80: 00000001 040d846c 0208afb0 deadbeef 00000008 00000008 02085858 0208afb8
up_stackdump: 0208afa0: 02025ad4 00000000 00000008 00000000 00000006 00000000 deadbeef 00000000
up_stackdump: 0208afc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 040ccd00
up_stackdump: 0208afe0: 00000000 00000000 deadbeef 0208aff4 00000000 68736174 deadbe00 00000000
up_registerdump: R0: 0208ae64 00000000 00000000 ea004127 02071640 020858e0 0208ae8c 0208aef0
up_registerdump: R8: 00000000 02024b78 0208afb0 00000003 00000000 0208ae60 04144950 04144a10
up_registerdump: CPSR: 60000053
up_taskdump: Idle Task: PID=0 Stack Used=0 of 0
up_taskdump: hpwork: PID=1 Stack Used=300 of 2028
up_taskdump: lpwork: PID=2 Stack Used=180 of 2028
up_taskdump: logm: PID=3 Stack Used=428 of 2028
up_taskdump: LWIP_TCP/IP: PID=4 Stack Used=244 of 4068
up_taskdump: tash: PID=6 Stack Used=804 of 4076
tadziopazur commented 6 years ago

Fixed. Please note I moved the git tag, since prolly it's just two of us to have downloaded this so far :S To handle it, execute (just once): iotjs$ rm deps/tizenrt/.git/refs/tags/*

pmarcinkiew commented 6 years ago

@tadziopazur deleted old tag and recreated new one with other commit so this change works now without any modification.