4 * #1: There seems to be another IOT Instruction error with this, and
5 according to GDB, it seems like a pthread issue.
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
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