./a.out : segmentation fault

I modified the CusolverSp_linearsolver.cpp and copied my matrix directly into the code. Help me out.

int rowsA = 164986; // number of rows of A
int colsA = 164986; // number of columns of A
int nnzA = 843604; // number of nonzeros of A
int baseA = 0;

int h_csrRowPtrA = { 0,5,9,13,18,22,27,…
int h_csrColIndA = {0,1,2,3,5,0,1,…
double h_csrValA = {1.82921e-12,-2.32849e-13…