[Coin-discuss] Segmentation fault in CoinPackedMatrix

Jesper Hansen jesper at carmen.se
Wed Jan 21 11:42:44 EST 2004


Here is the smallest example that I could think off... ;-)

#include <CoinPackedMatrix.hpp>
#include <CoinPackedVector.hpp>

int main(int argc, char** argv) {
  CoinPackedMatrix check;
  CoinPackedVector z;
  z.insert(1,-1);
  check.appendCol(z);
}

I'm running on Linux with g++ (GCC) 3.2.3 20030502 (Red Hat Linux 
3.2.3-20).

Hope that this is helpful.

On Wed, 21 Jan 2004, J P Fasano wrote:

> 
> 
> 
> 
> Can you provide a small test case which recreates the problem?
> 
> JP Fasano
> jpfasano at us.ibm.com
> (914)945-1324  (tie line 862-1324)
> COIN www.coin-or.org
> 
> _______________________________________________
> Coin-discuss mailing list
> Coin-discuss at www-124.ibm.com
> http://www-124.ibm.com/developerworks/oss/mailman/listinfo/coin-discuss
> 

-- 
Jesper Hansen, mailto:Jesper at carmenconsulting.com
Carmen Consulting, Købmagergade 53, Copenhagen K, Denmark 
Tel.: +45 33 17 91 92    Mobil: +45 61 33 29 69
http://www.carmenconsulting.com




More information about the Coin-discuss mailing list