You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ 42sh git:(master) ✗ |||||||||||||||||
==30968== Invalid read of size 1
==30968== at 0x10000A824: exec_or_if (exec_or_if.c:30)
==30968== by 0x10000ABF8: ft_exec (ft_exec.c:39)
==30968== by 0x1000196E3: interactive_shell (main.c:75)
==30968== by 0x1000197D2: main (main.c:92)
==30968== Address 0x0 is not stack'd, malloc'd or (recently) free'd
==30968==
==30968==
==30968== Process terminating with default action of signal 11 (SIGSEGV)
==30968== Access not within mapped region at address 0x0
==30968== at 0x10000A824: exec_or_if (exec_or_if.c:30)
==30968== by 0x10000ABF8: ft_exec (ft_exec.c:39)
==30968== by 0x1000196E3: interactive_shell (main.c:75)
==30968== by 0x1000197D2: main (main.c:92)
==30968== If you believe this happened as a result of a stack
==30968== overflow in your program's main thread (unlikely but
==30968== possible), you can try to increase the size of the
==30968== main thread stack using the --main-stacksize= flag.
==30968== The main thread stack size used in this run was 8388608.
==30968==
==30968== HEAP SUMMARY:
==30968== in use at exit: 146,510 bytes in 1,282 blocks
==30968== total heap usage: 2,617 allocs, 1,335 frees, 203,795 bytes allocated
The text was updated successfully, but these errors were encountered:
➜ 42sh git:(master) ✗ |||||||||||||||||
==30968== Invalid read of size 1
==30968== at 0x10000A824: exec_or_if (exec_or_if.c:30)
==30968== by 0x10000ABF8: ft_exec (ft_exec.c:39)
==30968== by 0x1000196E3: interactive_shell (main.c:75)
==30968== by 0x1000197D2: main (main.c:92)
==30968== Address 0x0 is not stack'd, malloc'd or (recently) free'd
==30968==
==30968==
==30968== Process terminating with default action of signal 11 (SIGSEGV)
==30968== Access not within mapped region at address 0x0
==30968== at 0x10000A824: exec_or_if (exec_or_if.c:30)
==30968== by 0x10000ABF8: ft_exec (ft_exec.c:39)
==30968== by 0x1000196E3: interactive_shell (main.c:75)
==30968== by 0x1000197D2: main (main.c:92)
==30968== If you believe this happened as a result of a stack
==30968== overflow in your program's main thread (unlikely but
==30968== possible), you can try to increase the size of the
==30968== main thread stack using the --main-stacksize= flag.
==30968== The main thread stack size used in this run was 8388608.
==30968==
==30968== HEAP SUMMARY:
==30968== in use at exit: 146,510 bytes in 1,282 blocks
==30968== total heap usage: 2,617 allocs, 1,335 frees, 203,795 bytes allocated
The text was updated successfully, but these errors were encountered: