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.
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
gcc -O3 will auto remove frame pointer

gcc -O3 will auto remove frame pointer
Pure c exception handler

Pure c exception handler
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 :
linux elf dependency graph

linux elf dependency graph
In shit again, c++ built-in function got divide by zero exception

In shit again, c++ built-in function got divide by zero exception
A working tutorial to support jsp in spring-boot

https://www.javacodegeeks.com/2014/06/spring-boot-fast-mvc-start.html