[Samba] 3.0.11 strstr_m test failed on Solaris 9

Barry Callahan barryc at rjlsystems.com
Thu Mar 3 18:15:32 GMT 2005


I'm using gcc 3.4.1 on Solaris 9.

A make check produced the following output after compiling 3.0.11...

Anyone have suggestions on what to do to fix it, or should I just ignore it?

strstr_m                       FAIL
-----------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/users/barryc/src/downloaded/samba-3.0.11/source/stf/comfychair.py", line 
325, in runtests
    obj.runtest()
  File "/home/users/barryc/src/downloaded/samba-3.0.11/source/stf/strings.py", 
line 138, in runtest
    self.run_strstr(a, b, expect)
  File "/home/users/barryc/src/downloaded/samba-3.0.11/source/stf/strings.py", 
line 100, in run_strstr
    out, err = self.runcmd('t_strstr \"%s\" \"%s\"' % (a.encode('utf-8'), 
b.encode('utf-8')))
  File 
"/home/users/barryc/src/downloaded/samba-3.0.11/source/stf/comfychair.py", line 
196, in runcmd
    raise AssertionError("""command returned %d; expected %s: \"%s\"
AssertionError: command returned 139; expected 0: "t_strstr "hello" "goodbye""
stdout:

stderr:
Segmentation Fault

test_log:
Run command: t_strstr "hello" "hello"
Wait status: 0x0 (exit code 0, signal 0)
stdout:
hello

stderr:
Run command: t_strstr "hello" "goodbye"
Wait status: 0x8b00 (exit code 139, signal 0)
stdout:

stderr:
Segmentation Fault

-----------------------------------------------------------------



More information about the samba mailing list