swig icon indicating copy to clipboard operation
swig copied to clipboard

test-suite with Octave: cannot allocate pointer

Open KrisThielemans opened this issue 3 years ago • 0 comments

The following 2 tests fail with Octave after #96 (but are fine with MATLAB)

  • 'multi_import.multicpptest
     multi_import_runme at line 6 column 3
    ERROR: multi_import_aMEX: Cannot allocate pointer
    
  • template_typedef_import.multicpptest
      template_typedef_import_runme at line 6 column 3
      ERROR: template_typedef_cplx2MEX: Cannot allocate pointer
    

Originally posted by @KrisThielemans in https://github.com/jaeandersson/swig/issues/96#issuecomment-998434304

KrisThielemans avatar Dec 30 '21 00:12 KrisThielemans