dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #10112
Re: [HG DOLFIN] small bug fix for two ODE demos: courtemanche and stiff.
The harmonic ODE demo is still failing:
./../../demo/ode/harmonic/cpp (C++)
cG(1): e = 1.047e-04
cG(2): e = 1.745e-10
cG(3): e = 4.663e-15
cG(4): e = 4.630e-15
cG(5): e = 3.553e-15
dG(0): e = 6.088e-02
dG(1): e = 1.745e-07
[potassium:28499] *** Process received signal ***
[potassium:28499] Signal: Segmentation fault (11)
[potassium:28499] Signal code: (128)
[potassium:28499] Failing at address: (nil)
[potassium:28499] [ 0] /lib/libpthread.so.0 [0x2ab4015b6100]
[potassium:28499] [ 1]
/scratch/buildbot/local/lib/libopen-pal.so.0(_int_malloc+0xb65)
[0x2ab4007bc605]
[potassium:28499] [ 2]
/scratch/buildbot/local/lib/libopen-pal.so.0(malloc+0x93) [0x2ab4007bdaf3]
[potassium:28499] [ 3] /usr/lib/libstdc++.so.6(_Znwm+0x1d) [0x2ab400ed1cbd]
[potassium:28499] [ 4]
/usr/lib/libstdc++.so.6(_ZNSs4_Rep9_S_createEmmRKSaIcE+0x21)
[0x2ab400eae981]
[potassium:28499] [ 5]
/usr/lib/libstdc++.so.6(_ZNSs4_Rep8_M_cloneERKSaIcEm+0x2b) [0x2ab400eaf39b]
[potassium:28499] [ 6] /usr/lib/libstdc++.so.6(_ZNSs7reserveEm+0x40)
[0x2ab400eafcb0]
[potassium:28499] [ 7] /usr/lib/libstdc++.so.6(_ZNSs6appendEPKcm+0xdf)
[0x2ab400eaff4f]
[potassium:28499] [ 8]
/scratch/buildbot/local/tmp/lib/libdolfin.so.0(_ZN6dolfin8ProgressD1Ev+0x91)
[0x2ab3fa2f1d01]
[potassium:28499] [ 9]
/scratch/buildbot/local/tmp/lib/libdolfin.so.0(_ZN6dolfin11TimeStepperD1Ev+0x29)
[0x2ab3fa37a589]
[potassium:28499] [10]
/scratch/buildbot/local/tmp/lib/libdolfin.so.0(_ZN6dolfin11TimeStepper5solveERNS_3ODEERNS_11ODESolutionE+0xb4)
[0x2ab3fa37c8e4]
[potassium:28499] [11]
/scratch/buildbot/local/tmp/lib/libdolfin.so.0(_ZN6dolfin9ODESolver12solve_primalERNS_3ODEERNS_11ODESolutionE+0x53)
[0x2ab3fa3760a3]
[potassium:28499] [12]
/scratch/buildbot/local/tmp/lib/libdolfin.so.0(_ZN6dolfin9ODESolver5solveERNS_3ODEERNS_11ODESolutionE+0x6f)
[0x2ab3fa37619f]
[potassium:28499] [13]
/scratch/buildbot/local/tmp/lib/libdolfin.so.0(_ZN6dolfin9ODESolver5solveERNS_3ODEE+0x3d)
[0x2ab3fa37636d]
[potassium:28499] [14] ./demo(main+0x43d) [0x40e50d]
[potassium:28499] [15] /lib/libc.so.6(__libc_start_main+0xf4)
[0x2ab4017e1b44]
[potassium:28499] [16] ./demo [0x40df99]
[potassium:28499] *** End of error message ***
sh: line 1: 28499 Segmentation fault (core dumped) ./demo
ilmar
DOLFIN wrote:
One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.
changeset: 4924:4c6844b23f6e6457caa7d11a73cbd801e46f0424
tag: tip
user: Shawn Walker <walker@xxxxxxxxxxxx>
date: Tue Oct 14 19:18:04 2008 -0400
files: demo/ode/courtemanche/cpp/main.cpp demo/ode/stiff/cpp/TestProblem5.h
description:
small bug fix for two ODE demos: courtemanche and stiff.
changeset: 4923:a982c605e3aaa25b4994ffd74361b99598f3599e
user: Anders Logg <logg@xxxxxxxxx>
date: Tue Oct 14 21:40:47 2008 +0200
files: dolfin/common/real.h
description:
Attempt to fix bug with pow() function
changeset: 4922:35dbbf509865ff866711ff682e8fd06223e94b23
parent: 4921:608b34fbe3bec3671daaf831952ae059881f94b3
parent: 4920:d6020709dcd26f8ad5e0ed8f3c86f6d63e22391c
user: Anders Logg <logg@xxxxxxxxx>
date: Tue Oct 14 21:13:28 2008 +0200
files:
description:
merge
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin
_______________________________________________
DOLFIN-dev mailing list
DOLFIN-dev@xxxxxxxxxx
http://www.fenics.org/mailman/listinfo/dolfin-dev
References