UdmSearch: Re: Slitter problems with different platforms

2000-10-16 Thread Alexander Barkov
Hi. Yes, that seems to be a reason of crashes. We'll write this to our TODO. Mario Lang wrote: > > Hi. > > I know found out why my SGI IRIX signals a bus-error when working > with splitter data (cache mode) generated on my linux box: > It's a big endian / little endian problem. > The byte-

Re: UdmSearch: Re: Slitter problems with different platforms

2000-10-16 Thread Alexander Barkov
Current workaround might be simple converter which takes 4 bytes from stdin, converts bite ordering, and writes 4 bytes to stdout. Then takes another 4 bytes from stdin, and so on. This program should be very simple. > > Yes, that seems to be a reason of crashes. We'll write this to our TODO.