DingK

Results 5 comments of DingK

> @Zakary-D > > Looks like it's crashing `tlsf.c:remove_free_block` on these lines when accessing address `EXCVADDR: 0x009900a9` > > ```c > next->prev_free = prev; > prev->next_free = next; > ```...

> I think it may be using some memory that has already been released and then repeatedly releasing the same address; **p_buf->event = (uint16_t)rand(); p_buf->len = (uint16_t)rand() % 255; p_buf->offset...

> @Zakary-D > > Looks like it's crashing `tlsf.c:remove_free_block` on these lines when accessing address `EXCVADDR: 0x009900a9` > > ```c > next->prev_free = prev; > prev->next_free = next; > ```...

> > @Zakary-D > > Looks like it's crashing `tlsf.c:remove_free_block` on these lines when accessing address `EXCVADDR: 0x009900a9` > > ```c > > next->prev_free = prev; > > prev->next_free =...

> **Guru Meditation Error: Core 0 panic'ed (StoreProhibited). Exception was unhandled.** StoreProhibited means writing a data to an illegal address > > **(gdb) print block[0] $2 = {prev_phys_block = 0x3ffd7b00,...