Re: [Tracker] one bug in libtracker-gtk

2007-07-12 Thread jamie
On Thu, 2007-07-12 at 13:29 +0200, [EMAIL PROTECTED] wrote: > Selon Jerry Tan <[EMAIL PROTECTED]>: > > > When I run tracker-search-tool on solaris sparc, > > I always met the problem that it tells me "Invalid or non-existant type > > was specified" > > > > I debug it, found that some string array

Re: [Tracker] one bug in libtracker-gtk

2007-07-12 Thread laurent . aguerreche
Selon Jerry Tan <[EMAIL PROTECTED]>: > When I run tracker-search-tool on solaris sparc, > I always met the problem that it tells me "Invalid or non-existant type > was specified" > > I debug it, found that some string array are not null terminated, > when sending > it depend on compile to add NUL

[Tracker] one bug in libtracker-gtk

2007-07-11 Thread Jerry Tan
When I run tracker-search-tool on solaris sparc, I always met the problem that it tells me "Invalid or non-existant type was specified" I debug it, found that some string array are not null terminated, when sending it depend on compile to add NULL after it, which is not good. if some compile d