Porting GCC 6.4.0: Null pointeur dereference in et_forest.c
Posted: Sun Nov 26, 2017 5:18 am
Hello everyone, I'm trying to port GCC since 1 month to my operating system right now. The binary I compiled is running correctly under my operating system (gcc - version works) but when I try to run a real compilation, gcc crash with a page error (0x0000000004) in the function et_splay: the passed argument (struct et_occ *) is a NULL pointer.
I'm using Newlib as a C library and sbrk seems to function correctly.
Thank you in advance for your help
If you need more information, don't hesitate to ask me.
I'm using Newlib as a C library and sbrk seems to function correctly.
Thank you in advance for your help
If you need more information, don't hesitate to ask me.