Subject: cc1plus lockup?
To: None <current-users@NetBSD.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: current-users
Date: 08/20/2007 12:54:57
Hi,

I'm trying to compile openoffice2 on i386 current, but one cc1plus is now r=
unning
for 5.5h which I think is a little bit too long.

CPU states:  7.5% user,  0.0% nice, 92.5% system,  0.0% interrupt,  0.0% id=
le
Memory: 1037M Act, 534M Inact, 4488K Wired, 15M Exec, 1463M File, 58M Free
Swap: 4100M Total, 4100M Free

  PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
 3380 bernd     57    0  7236K   35M RUN      326:33 99.02% 99.02% cc1plus

ddb output from this proccess:
>3380         23109    20834       2001 2  0x4000    1          cc1plus

c++ -fmessage-length=3D0 -c -O1   -fvisibility=3Dhidden -I.  -I../../../unx=
bsdi3.pro/inc/shells -I../inc -I../../../inc/pch -I../../../inc -I../../../=
unx/inc -I../../../unxbsdi3.pro/inc -I. -I/work.i386/openoffice2/OOF680_m18=
/solver/680/unxbsdi3.pro/inc/stl -I/work.i386/openoffice2/OOF680_m18/solver=
/680/unxbsdi3.pro/inc/external -I/work.i386/openoffice2/OOF680_m18/solver/6=
80/unxbsdi3.pro/inc -I/work.i386/openoffice2/OOF680_m18/solenv/unxbsdi3/inc=
 -I/work.i386/openoffice2/OOF680_m18/solenv/inc -I/work.i386/openoffice2/OO=
F680_m18/res -I/work.i386/openoffice2/OOF680_m18/solver/680/unxbsdi3.pro/in=
c/stl -I/work.i386/openoffice2/OOF680_m18/solenv/inc/Xp31 -INO_JAVA_HOME/in=
clude -INO_JAVA_HOME/include/netbsd -INO_JAVA_HOME/include/native_threads/i=
nclude -I/usr/X11R6/include     -I/work.i386/openoffice2/OOF680_m18/solver/=
680/unxbsdi3.pro/inc/offuh -I. -I../../../res -I. -pipe  -fvisibility-inlin=
es-hidden  -Wno-ctor-dtor-privacy   -fpic -DNETBSD -DUNX -DVCL -DGCC -DC341=
 -DINTEL -DCVER=3DC341 -DX86 -pthread -D_PTHREADS -D_REENTRANT -DNEW_SOLAR =
-D_USE_NAMESPACE=3D1 -DSTLPORT_VERSION=3D450 -DHAVE_GCC_VISIBILITY_FEATURE =
-D__DMAKE -DUNIX -DCPPU_ENV=3Dgcc3 -DGXX_INCLUDE_PATH=3D/usr/include/g++ -D=
SUPD=3D680 -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=3D0 -DOPTIMI=
ZE -DCUI -DOOF680=3DOOF680   -DACCESSIBLE_LAYOUT -DSW_DLLIMPLEMENTATION -DS=
HAREDLIB -D_DLL_  -DMULTITHREAD -DEXCEPTIONS_OFF -fno-exceptions  -o ../../=
../unxbsdi3.pro/slo/drawsh.o /work.i386/openoffice2/OOF680_m18/sw/source/ui=
/shells/drawsh.cxx

A ktruss -p <pid> produces no output.

Does someone have an idea how do debug this?

Regards,
Bernd