Hi,
Thanks for your answer.
Actually I am facing many different errors seems I am on macos, so it is probably due to something badly configured on my laptop…
I have some “root” errors, no related to any code that I have written, like no possibility to draw the crossair on a pad, or not the possibility to write any characters like {,^,[ (actually alt gr + something) in the root interface (like the box SetTitle on an histogram)
Then I have errors that are certainly due to my code, but that was never crashing in linux. I have developed a GUI interface for gamma-ray spectroscopy. In this software, when I am fitting histograms, the fit results are printed in a TGListBox. If the window’s height is sufficient for the text that will be printed, all is fine, but if not, it crash.
Exemple here, Figure 1, The TGListBox is height enough, all is fine:
Figure 2, the TGList box heigh is not sufficient, The program crash:
I also have in an other part of my software a strange behavior, with an error related to cocoa classes (see Crash closing application with macos)
Since I am on macos I have seen many specific cases like this so I was wondering if this could be due to this cocoa stuff.
What do you think ?
Jérémie