-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failures on 32-bit platforms #83
Comments
A quick link to the latest failures on the CDash dashboard. |
It took a bit of doing but for the failure in
So, the actual command that crashes seems to be:
|
Ward- Ward Fisher wrote:
|
I'll give that a try. For now I'm in gdb and found the following:
|
You can also duplicate this on your local machine with Note there's also a variant machine |
Here's the Valgrind output I got.
|
@DennisHeimbigner fixed in 8074e0f. Thanks! Upon inspection the issue would have been present on all platforms but was only causing a fault on the 32-bit Ubuntu systems. |
More information on the Unidata JIRA system: https://bugtracking.unidata.ucar.edu/browse/NCF-315 |
Starting with the nightly tests last Friday, the 32 bit platforms are failing two tests,
tst_ncgen4
andtst_ncgen4_classic
. A quick glance at the issues appear to be related tomalloc()
related, but I haven't investigated it yet.The text was updated successfully, but these errors were encountered: