Porting Rogue Wave Program From Solaris to Linux

S

Steven Backus

I inherited a Solaris c++ program that uses Rogue Wave and am trying to
port it to linux. It seg faults in this code:

for (int size = entries() - 1; size > 1; --size)
{
RWOrderedIterator vectofclusts_iter(*((RWOrdered*) at(size)));
CCluster* pc;
while ((pc = (CCluster*) vectofclusts_iter()) != NIL)
pc->writeChartTo(fout);
}
}

Unfortunately I don't know much about c++ or rogue wave. Can
anyone give me some hints about debugging this?

TIA,
Steve
--
Steven J. Backus Computer Specialist
University of Utah E-Mail: (e-mail address removed)
Genetic Epidemiology Alternate: (e-mail address removed)
391 Chipeta Way -- Suite D Office: 801.587.9308
Salt Lake City, UT 84108-1266 http://www.math.utah.edu/~backus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top