John Paul Adrian Glaubitz

Results 98 comments of John Paul Adrian Glaubitz

@wljjn Do you have any suggestions on how to run the test in question individually so it can be debugged with gdb? So far, I have been unable to achieve...

@fkainz @pstanczyk Can you give any hints on how to run selected tests to be able to debug this problem?

> First of all, what architectures with "unusual native alignment" we're talking about? Can you provide examples? m68k has 16-bits native alignment despite being a 32-bits architecture. > Second, your...

> As far as I remember not only sizes but also offsets of all members. That's done to make sure databases format is binary compatible between various HW and OS...

> Padding in the middle of structures to ensure offsets of members is fine. Padding at the end of structures to ensure sizes is a wrong thing in some cases....

> Try to build with your changes and open existing database after it ;) Okay, I will give it a try later today to verify that.

> For such structures this guarance is not needed. Why is the size checked then and the build fails if mismatched? From: https://buildd.debian.org/status/fetch.php?pkg=firebird3.0&arch=m68k&ver=3.0.5.33100.ds4-2&stamp=1549631205&raw=0 ```diff diff -u //src/misc/ods.txt //gen/ods.txt --- //src/misc/ods.txt...

> I'd say that build-time checks for sizeof(struct) is redundant for all structs with variable-length tail. Okay, that resolves the contradiction. Thanks. > Checking just all member offsets is absolutely...

Funny, I just found this PR again as I stumbled across this bug again in the `firebird3.0` package, `firebird4.0` has not been accepted into Debian unstable yet. Have there been...

Ping. Any news on this? Could these packages be updated on PyPi? The ones on PyPi still have the ```-core-v3``` package in their dependencies.