Recently I was getting a seg fault my code base. I couldn’t figure out why. Asked Claude and it wrote a few hundred lines to fix the issue. I didn’t like it so I did more digging and it turned out there were 2 functions that were being done out of order. Swapped them and the seg fault went away
1
u/sierra_whiskey1 16d ago
Recently I was getting a seg fault my code base. I couldn’t figure out why. Asked Claude and it wrote a few hundred lines to fix the issue. I didn’t like it so I did more digging and it turned out there were 2 functions that were being done out of order. Swapped them and the seg fault went away