Meta: Move installation instructions to INSTALL
[link.git] / TODO
blob8294b678f7d88706a7afe89d053605dbc93fd31c
1 link TODO File
2 ==================
4  * #1: There seems to be another IOT Instruction error with this, and 
5    according to GDB, it seems like a pthread issue.
7 LOG #1:
8 website started on port 3000.
9 terminate called after throwing an instance of 'std::out_of_range'
10   what():  basic_string::substr: __pos (which is 4) > this->size() (which is 1)
11 [1]    11627 IOT instruction (core dumped)  ./website
13 GDB #1:
14 Thread 9 "website" received signal SIGABRT, Aborted.
15 [Switching to Thread 0x7fffef7fe6c0 (LWP 11262)]
16 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, 
17     no_tid=no_tid@entry=0) at pthread_kill.c:44
18 Downloading source file /usr/src/debug/glibc-2.36-9.fc37.x86_64/nptl/pthread_kill.c
19 44            return INTERNAL_SYSCALL_ERROR_P (ret) ? INTERNAL_SYSCALL_ERRNO (ret) : 0;
22   - This is related to removing pthread_join, I attempted this myself and fixed
23   the string issue, it still does not run correctly and will need to be fixed
24   in a later commit.
25       - Levi Hicks @ N11