Monthly Archives: May 2016
i guess this is the reason i die in exception #0
I die in “divide by zero” exception, when i back trace, it was the destructor of class Vector, i guess the root cause is that: my newlib stub failed to work for the free() function. 2016/05/25
finally able to print out the fault address in exception 0 handler
finally able to print out the fault address in exception 0 handler, great step tonight 2016/05/25
gcc -O3 will auto remove frame pointer
gcc -O3 will auto remove frame pointer 2016/05/25
Pure c exception handler
Pure c exception handler 2016/05/22
export a function from gnu assembly to c++
export a function from gnu assembly to c++ then you are free to use it in cpp : 2016/05/22
linux elf dependency graph
linux elf dependency graph 2016/05/18
In shit again, c++ built-in function got divide by zero exception
In shit again, c++ built-in function got divide by zero exception 2016/05/16
A working tutorial to support jsp in spring-boot
https://www.javacodegeeks.com/2014/06/spring-boot-fast-mvc-start.html 2016/05/10