segfault in translate_common()
Bernhard Fischer
rep.nop@aon.at
Thu Aug 11 14:51:00 GMT 2005
On Wed, Aug 10, 2005 at 08:27:29PM +0200, FX Coudert wrote:
>>Unfortunately I cannot provide a simple testcase for this so far.
>>
>>I take it that there is something else wrong as the attached would make
>>it not segfault, but is most likely not the right fix.
>>
>>Ideas?
>
>Honestly, without a simple testcase, there's not much we can say... (at
>least, there's not much i can say). If I can find my glass orb I'll try
>to help you, otherwise... we'll wait for a testcase ;-)
Here it is (a testcase ;).
If you comment out one of "toggle", the segfault goes away.
TIA for any help in fixing this.
--
Bernhard
-------------- next part --------------
module mod0
double complex FOO
common/foo/FOO
end module mod0
module mod1
use mod0 ! toggle
end module mod1
module mod2
use mod0 ! toggle
use mod1
end module mod2
More information about the Fortran
mailing list