Displaying 3 results from an estimated 3 matches for "urlt".
Did you mean:
url
2015 Jan 10
0
Solaris 10 make check core dumps
...load);
} else {
test_out(t_strdup_printf("request->payload = %s",
--- ../original/src/lib-imap/test-imap-url.c 2014-07-03 10:44:49.000000000 +0100
+++ src/lib-imap/test-imap-url.c 2015-01-10 15:57:26.923109229 +0000
@@ -637,14 +637,14 @@
strcmp(urlp->host_name, urlt->host_name) == 0);
}
if (urlp->userid == NULL || urlt->userid == NULL) {
- test_out_quiet(t_strdup_printf("url->userid = %s", urlp->userid),
+ test_out_quiet(t_strdup_printf("url->userid = %s", urlp->userid == NULL ? "NULL" : urlp->...
2015 Jan 08
2
Solaris 10 make check core dumps
Hello everyone,
I'm doing a standard build on Solaris 10 with Dovecot 2.2.15 without
anything fancy:
./configure
make
make check
make install
Configure output looks like this:
***
Install prefix . : /usr/local
File offsets ... : 64bit
I/O polling .... : poll
I/O notifys .... : none
SSL ............ : yes (OpenSSL)
GSSAPI ......... : no
passdbs ........ : static passwd passwd-file shadow
2014 Jan 22
1
Dovecot on Solaris 10 Segmentation Fault
...x86
SunStudion Compiler
cc: Sun C 5.10 SunOS_sparc Patch 141861-10 2012/11/07
GCC
gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
The error occurs first in: src/lib-http/test-http-url
Line 317/318:
test_out(t_strdup_printf("url->user = %s", urlp->user),
urlp->user == urlt->user);
(if commenting out these lines, then it segfaults just in the next test)
%make check
<--- cut out lot of good output --->
http date invalid [42]: parse Sun Nov 6 08:49:37 0000 ............... : ok
http date invalid [42] ............................................... : ok
0 /...