ROOT error message…

I keep on getting this error message:
*** Break *** segmentation violation
gdb not found, need it for stack trace

Does anyone know what it means??

Thanks, Elim =D

1 thought on “ROOT error message…

  1. Break segmentation violations are usually related to memory leaks. Unfortunately it won’t give you much information of where it crashed.
    From experience, it is most likely related to a mis-usage of a pointer, or an array that tries to store things beyond its size, or anything that could mean a memory leak.

Leave a Reply