Re: [fossil-users] fossil coredumping and reporting malformed manifest on sparc64

2012-02-02 Thread Julian Fagir
Hi, Compiling went fine, and after updating sqlite, it didn't even throw SQL errors anymore. ;-) So far, I can initialise a repository, add files, start a server, but whenever I want to commit, I get the message: fossil: manifest file (3) is malformed I'm sorry I waited until now, but

Re: [fossil-users] fossil coredumping and reporting malformed manifest on sparc64

2011-11-14 Thread Stephan Beal
2011/11/13 Lluís Batlle i Rossell vi...@viric.name I agree with Julian. There should be an answer, if the letter does not reach the list. I also like when it is not required to subscribe to send mails. In my experience, requiring subscription cuts down greatly on the amount of noise and

[fossil-users] fossil coredumping and reporting malformed manifest on sparc64

2011-11-13 Thread Julian Fagir
Hi, so I'm sending this mail the fourth time... are mails from outside the mailing list dropped? I got so far no mail that mine is waiting for being approved, and it was sent three days ago (g...@komkon2.de). On my NetBSD sparc64 I installed fossil 1.18 (the most recent version on pkgsrc):

Re: [fossil-users] fossil coredumping and reporting malformed manifest on sparc64

2011-11-13 Thread Stephan Beal
On Sun, Nov 13, 2011 at 8:53 PM, Julian Fagir listensamm...@komkon2.dewrote: so I'm sending this mail the fourth time... are mails from outside the mailing list dropped? Your prior mails never made it to the list - this is the first one we've gotten. Compiling went fine, and after

Re: [fossil-users] fossil coredumping and reporting malformed manifest on sparc64

2011-11-13 Thread Lluís Batlle i Rossell
On Sun, Nov 13, 2011 at 08:53:40PM +0100, Julian Fagir wrote: Then I installed the binary file for sparc (32-bit), and tested it as well on my old SparcStation LX, and there it ran fine. This works for now, but I'd rather like to have the right and self-compiled version for my architecture.

Re: [fossil-users] fossil coredumping and reporting malformed manifest on sparc64

2011-11-13 Thread Stephan Beal
On Sun, Nov 13, 2011 at 10:10 PM, Julian Fagir listensamm...@komkon2.dewrote: Having to register to send mails to the list (and especially getting no reports) is somewhat... unintuitive. i can't even guess as to why the mailing list hasn't been working for you. Updating sqlite3? Are you

Re: [fossil-users] fossil coredumping and reporting malformed manifest on sparc64

2011-11-13 Thread Lluís Batlle i Rossell
On Sun, Nov 13, 2011 at 11:02:06PM +0100, Stephan Beal wrote: On Sun, Nov 13, 2011 at 10:10 PM, Julian Fagir listensamm...@komkon2.dewrote: Having to register to send mails to the list (and especially getting no reports) is somewhat... unintuitive. i can't even guess as to why the

Re: [fossil-users] fossil coredumping and reporting malformed manifest on sparc64

2011-11-13 Thread Richard Hipp
2011/11/13 Lluís Batlle i Rossell vi...@viric.name It should be quite tricky C code for a C compiler to generate bad-aligned accesses for a given platform. I'd like to know where is that bad access; I've not checked, but I'd imagine fossil has no tricky C code. Fossil doesn't have any

Re: [fossil-users] fossil coredumping and reporting malformed manifest on sparc64

2011-11-13 Thread Julian Fagir
Hi, please excuse my overlengthy lines, it was easier to not-wrap this content. As best as i can tell that's your OS segfaulting, not fossil. It returns from a write() and then immediately throws a sigbus? sigbus is something i've only seen on sparc, and i've personally only seen it when

Re: [fossil-users] fossil coredumping and reporting malformed manifest on sparc64

2011-11-13 Thread Joerg Sonnenberger
On Sun, Nov 13, 2011 at 05:15:59PM -0500, Richard Hipp wrote: 2011/11/13 Lluís Batlle i Rossell vi...@viric.name It should be quite tricky C code for a C compiler to generate bad-aligned accesses for a given platform. I'd like to know where is that bad access; I've not checked, but I'd

Re: [fossil-users] fossil coredumping and reporting malformed manifest on sparc64

2011-11-13 Thread Lluís Batlle i Rossell
On Sun, Nov 13, 2011 at 11:21:43PM +0100, Joerg Sonnenberger wrote: It isn't. (Older) ARM and SPARC are the most interesting platforms when it comes to strict alignment. PPC is normally configured to not trap, just like x86. I've only had sigbus troubles on mips, but I could have had them in