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
Adding that if I compile everything with GCC (including Perl itself) I can make this go away. I expect this may be general Apple CC->Fortran calling weirdness.
This may not even be an issue with this this repo, I think it is more likely to be some weird memory leak in perl or gfortran
So I got this weird new output from the test t2.t when running on an Intel MacBook Pro (gcc/gfortran 11.2 perl 5.38.2) on macOS Monterey
Note the extra blue lines. I can make them go away if I make the following trivial change:
Which puts values in to the array before pglcurs() is called. This really should have no effect. Also adding a print @xt; also fixes it.
I think this can not be a PGPLOT bug because:
But I thought I would mention it here in case anyone else had seen it or had any ideas what this might be.
The text was updated successfully, but these errors were encountered: