Posts by user10367 • 11 points
1 post
-
1
votes1
answer241
viewsQ: Process Synchronization (Fork) - "Segmentation fault"
I am trying to create 3 processes and use semaphore on them. The code below compiles, but in the middle of the execution there is an error called "Segmentation fault". I don’t know how to solve…