[Bug 63973] I create Fortran project, add long source files, close gideon. Open gideon - it crashes on fortran parser.
Evgeniy Shapiro
shel at math.ucl.ac.uk
Tue Mar 23 17:03:07 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=63973
------- Additional Comments From shel math ucl ac uk 2004-03-23 16:36 -------
Tried the same trick with 3.0.2:
Platform: Slackware 9.1/gcc 3.2.3
Installed from contributed tgz package
Crash when I try to add the following fortran file an empty fortran project:
c interface for xns inibs
SUBROUTINE XNS_INIB(NG,X,Y,Z, USB,IE,JE,KE)
INCLUDE 'xcominc3.f'
INCLUDE 'block.f'
real, dimension (0:IE,0:JE,0:KE,NBLO) :: X,Y,Z
real, dimension (0:JE,0:KE,NBLO) :: USB
print *,"I2D = ",i2d
if(i2d.eq.0) then
print *, "Initializing 3D"
call XNS_INIB3D(NG,X,Y,Z, USB,IE,JE,KE)
else
print *, "Initializing 2D"
call XNS_INIB2D(NG,X,Y,Z, USB,IE,JE,KE)
end if
return
end
:(
More information about the KDevelop-devel
mailing list