Dillo-dev
By thread
dillo-dev@mailman3.com
By month
Messages by month
- ----- 2026 -----
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2003 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2002 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2001 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2000 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1999 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1998 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1997 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1996 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1995 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- 3 participants
- 11667 messages
Dillo crash on HTTPS connection (to MS web site)
by james.from.wellingtonï¼ gmail.com
Hello John,
That's much earlier than the point where the fault becomes obvious.
It's not completely clear that it's the same event.
How would you feel about building openssl from source, with debug, in
order for us to work out what it's complaining about?
The other alternative, which I won't do instantly is:
- find somewhere to stash some variables
- finish the call to ERR_put_error
- call ERR_get_error_line_data with the addresses of the stashed variables
- print them and try to interpret the result
The other other alternative is to find every place where an
ERR_get_error* is called, and fix them so that they don't discard the
output, but that's probably a big job.
Regards,
James.
On 24/02/2016, John Found <johnfound at asm32.info> wrote:
> On Wed, 24 Feb 2016 12:01:10 +1300
> James C <james.from.wellington at gmail.com> wrote:
>
>> Hello John,
>>
>> Thanks.
>>
>> On casual inspection, that seems very sad. It has failed, and seems
>> to be trying to tell us that nothing is wrong.
>>
>> My next experiment is:
>> gdb <the usual stuff>
>> break ERR_put_error
>> run
>> bt 10
>> quit
>>
>> to try to prove, upstream, that there really was a complaint.
>
> Here is the output:
>
> gdb --args /usr/local/bin/dillo
> "https://msdn.microsoft.com/en-us/library/windows/desktop/ms645616(v=vs.85).…"
> GNU gdb (GDB) 7.10.1
> Copyright (C) 2015 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later
> <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law. Type "show copying"
> and "show warranty" for details.
> This GDB was configured as "x86_64-unknown-linux-gnu".
> Type "show configuration" for configuration details.
> For bug reporting instructions, please see:
> <http://www.gnu.org/software/gdb/bugs/>.
> Find the GDB manual and other documentation resources online at:
> <http://www.gnu.org/software/gdb/documentation/>.
> For help, type "help".
> Type "apropos word" to search for commands related to "word"...
> Reading symbols from /usr/local/bin/dillo...done.
> (gdb) break ERR_put_error
> Function "ERR_put_error" not defined.
> Make breakpoint pending on future shared library load? (y or [n]) y
> Breakpoint 1 (ERR_put_error) pending.
> (gdb) run
> Starting program: /usr/local/bin/dillo
> https://msdn.microsoft.com/en-us/library/windows/desktop/ms645616\(v=vs.85\…
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/usr/lib/libthread_db.so.1".
> paths: Cannot open file '/home/johnfound/.dillo/keysrc': No such file or
> directory
> paths: Using /usr/local/etc/dillo/keysrc
> paths: Cannot open file '/home/johnfound/.dillo/domainrc': No such file or
> directory
> paths: Using /usr/local/etc/dillo/domainrc
> Domain: Default accept.
> dillo_dns_init: Here we go! (threaded)
>
> Breakpoint 1, 0x00007ffff6ba9d90 in ERR_put_error () from
> /usr/lib/libcrypto.so.1.0.0
> (gdb) bt 10
> #0 0x00007ffff6ba9d90 in ERR_put_error () from /usr/lib/libcrypto.so.1.0.0
> #1 0x00007ffff6be55c7 in PEM_read_bio () from /usr/lib/libcrypto.so.1.0.0
> #2 0x00007ffff6be38f6 in PEM_X509_INFO_read_bio () from
> /usr/lib/libcrypto.so.1.0.0
> #3 0x00007ffff6bf5717 in X509_load_cert_crl_file () from
> /usr/lib/libcrypto.so.1.0.0
> #4 0x00007ffff6bf583a in by_file_ctrl () from /usr/lib/libcrypto.so.1.0.0
> #5 0x000000000044684e in Tls_load_certificates () at tls.c:234
> #6 a_Tls_init () at tls.c:293
> #7 0x000000000040aadc in main (argc=2, argv=0x7fffffffe298) at
> dillo.cc:481
>
>
> --
> http://fresh.flatassembler.net
> http://asm32.info
> John Found <johnfound at asm32.info>
>
Feb. 24, 2016
Dillo crash on HTTPS connection (to MS web site)
by johnfoundï¼ asm32.info
On Wed, 24 Feb 2016 12:01:10 +1300
James C <james.from.wellington at gmail.com> wrote:
> Hello John,
>
> Thanks.
>
> On casual inspection, that seems very sad. It has failed, and seems
> to be trying to tell us that nothing is wrong.
>
> My next experiment is:
> gdb <the usual stuff>
> break ERR_put_error
> run
> bt 10
> quit
>
> to try to prove, upstream, that there really was a complaint.
Here is the output:
gdb --args /usr/local/bin/dillo "https://msdn.microsoft.com/en-us/library/windows/desktop/ms645616(v=vs.85).…"
GNU gdb (GDB) 7.10.1
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/local/bin/dillo...done.
(gdb) break ERR_put_error
Function "ERR_put_error" not defined.
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (ERR_put_error) pending.
(gdb) run
Starting program: /usr/local/bin/dillo https://msdn.microsoft.com/en-us/library/windows/desktop/ms645616\(v=vs.85\…
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
paths: Cannot open file '/home/johnfound/.dillo/keysrc': No such file or directory
paths: Using /usr/local/etc/dillo/keysrc
paths: Cannot open file '/home/johnfound/.dillo/domainrc': No such file or directory
paths: Using /usr/local/etc/dillo/domainrc
Domain: Default accept.
dillo_dns_init: Here we go! (threaded)
Breakpoint 1, 0x00007ffff6ba9d90 in ERR_put_error () from /usr/lib/libcrypto.so.1.0.0
(gdb) bt 10
#0 0x00007ffff6ba9d90 in ERR_put_error () from /usr/lib/libcrypto.so.1.0.0
#1 0x00007ffff6be55c7 in PEM_read_bio () from /usr/lib/libcrypto.so.1.0.0
#2 0x00007ffff6be38f6 in PEM_X509_INFO_read_bio () from /usr/lib/libcrypto.so.1.0.0
#3 0x00007ffff6bf5717 in X509_load_cert_crl_file () from /usr/lib/libcrypto.so.1.0.0
#4 0x00007ffff6bf583a in by_file_ctrl () from /usr/lib/libcrypto.so.1.0.0
#5 0x000000000044684e in Tls_load_certificates () at tls.c:234
#6 a_Tls_init () at tls.c:293
#7 0x000000000040aadc in main (argc=2, argv=0x7fffffffe298) at dillo.cc:481
--
http://fresh.flatassembler.net
http://asm32.info
John Found <johnfound at asm32.info>
Feb. 23, 2016
Dillo crash on HTTPS connection (to MS web site)
by james.from.wellingtonï¼ gmail.com
Hello John,
Thanks.
On casual inspection, that seems very sad. It has failed, and seems
to be trying to tell us that nothing is wrong.
My next experiment is:
gdb <the usual stuff>
break ERR_put_error
run
bt 10
quit
to try to prove, upstream, that there really was a complaint.
Regards,
James.
On 24/02/2016, John Found <johnfound at asm32.info> wrote:
> On Wed, 24 Feb 2016 10:34:00 +1300
> James C <james.from.wellington at gmail.com> wrote:
>
>> Hello John,
>>
>> I'm a bit better off, but not necessarily a lot. Unless someone takes
>> this off me and instantly solves it, please presume that it's a long
>> journey.
>>
>> I do not reproduce the problem. It may depend on the set of
>> certificates on your machine, or something painful like that.
>>
>> I propose to attempt to give you a cookbook for driving gdb. You
>> could try going
>> which dillo
>
> Program received signal SIGABRT, Aborted.
> 0x00007ffff5dfe3c8 in raise () from /usr/lib/libc.so.6
> (gdb) print ERR_peek_last_error()
> $1 = 0
> (gdb) print /x ERR_peek_last_error()
> $2 = 0x0
> (gdb) bt 10
> #0 0x00007ffff5dfe3c8 in raise () from /usr/lib/libc.so.6
> #1 0x00007ffff5dff84a in abort () from /usr/lib/libc.so.6
> #2 0x00007ffff5df72c7 in __assert_fail_base () from /usr/lib/libc.so.6
> #3 0x00007ffff5df7372 in __assert_fail () from /usr/lib/libc.so.6
> #4 0x0000000000447a01 in a_Tls_handshake (fd=7, url=0xb005f0) at
> tls.c:1177
> #5 0x0000000000444e6b in Http_connect_tls (info=0xb00470) at http.c:512
> #6 Http_connect_socket (Info=0xb00470) at http.c:584
> #7 Http_connect_queued_sockets (srv=0xb00800) at http.c:275
> #8 0x0000000000445a6c in Http_get (Data1=0xaffa20, Info=0xb00470)
> at http.c:742
> #9 a_Http_ccc (Op=<optimized out>, Branch=<optimized out>,
> Dir=<optimized out>, Info=0xb00470, Data1=0xaffa20, Data2=0x0)
> at http.c:833
> (More stack frames follow...)
>
> --
> http://fresh.flatassembler.net
> http://asm32.info
> John Found <johnfound at asm32.info>
>
Feb. 23, 2016
Dillo crash on HTTPS connection (to MS web site)
by johnfoundï¼ asm32.info
On Wed, 24 Feb 2016 10:34:00 +1300
James C <james.from.wellington at gmail.com> wrote:
> Hello John,
>
> I'm a bit better off, but not necessarily a lot. Unless someone takes
> this off me and instantly solves it, please presume that it's a long
> journey.
>
> I do not reproduce the problem. It may depend on the set of
> certificates on your machine, or something painful like that.
>
> I propose to attempt to give you a cookbook for driving gdb. You
> could try going
> which dillo
Program received signal SIGABRT, Aborted.
0x00007ffff5dfe3c8 in raise () from /usr/lib/libc.so.6
(gdb) print ERR_peek_last_error()
$1 = 0
(gdb) print /x ERR_peek_last_error()
$2 = 0x0
(gdb) bt 10
#0 0x00007ffff5dfe3c8 in raise () from /usr/lib/libc.so.6
#1 0x00007ffff5dff84a in abort () from /usr/lib/libc.so.6
#2 0x00007ffff5df72c7 in __assert_fail_base () from /usr/lib/libc.so.6
#3 0x00007ffff5df7372 in __assert_fail () from /usr/lib/libc.so.6
#4 0x0000000000447a01 in a_Tls_handshake (fd=7, url=0xb005f0) at tls.c:1177
#5 0x0000000000444e6b in Http_connect_tls (info=0xb00470) at http.c:512
#6 Http_connect_socket (Info=0xb00470) at http.c:584
#7 Http_connect_queued_sockets (srv=0xb00800) at http.c:275
#8 0x0000000000445a6c in Http_get (Data1=0xaffa20, Info=0xb00470)
at http.c:742
#9 a_Http_ccc (Op=<optimized out>, Branch=<optimized out>,
Dir=<optimized out>, Info=0xb00470, Data1=0xaffa20, Data2=0x0)
at http.c:833
(More stack frames follow...)
--
http://fresh.flatassembler.net
http://asm32.info
John Found <johnfound at asm32.info>
Feb. 23, 2016
Dillo crash on HTTPS connection (to MS web site)
by james.from.wellingtonï¼ gmail.com
Hello John,
I'm a bit better off, but not necessarily a lot. Unless someone takes
this off me and instantly solves it, please presume that it's a long
journey.
I do not reproduce the problem. It may depend on the set of
certificates on your machine, or something painful like that.
I propose to attempt to give you a cookbook for driving gdb. You
could try going
which dillo
gdb <full path to dillo> <url that you had before>
- should get a (gdb) prompt
run
- should give a message about your abourt
- should get a (gdb) prompt
print ERR_peek_last_error()
- should show a number and a prompt
print /x ERR_peek_last_error()
- should show the same number in hex, and a prompt
bt 10
- should get a stack trace
quit
- should get a shell prompt
The numbers should be the same, modulo base, and may tell us something
about the nature of the problem, after we do some decoding.
Regards,
James.
On 24/02/2016, John Found <johnfound at asm32.info> wrote:
>
> I am not sure how to proceed, because my C/C++ programming skills are close
> to zero.
> But can make some debug effort if someone instructs me what to do. :)
>
> In short, Dillo crashes when I try to connect to the site of MS. It works ok
> on other
> https web sites, for example on https://google.com
>
> Dillo is compiled and run on 64bit ELF executable with SSL enabled.
>
> Here is what I have in the console:
>
> $dillo
> "https://msdn.microsoft.com/en-us/library/windows/desktop/ms645616(v=vs.85).…"
> ** ERROR **: prefsparser: Syntax error in dillorc: name="(null)"
> value="(null)"
> paths: Cannot open file '/home/johnfound/.dillo/keysrc': No such file or
> directory
> paths: Using /usr/local/etc/dillo/keysrc
> paths: Cannot open file '/home/johnfound/.dillo/domainrc': No such file or
> directory
> paths: Using /usr/local/etc/dillo/domainrc
> Domain: Default accept.
> dillo_dns_init: Here we go! (threaded)
> Disabling cookies.
> paths: Cannot open file '/home/johnfound/.dillo/hsts_preload': No such file
> or directory
> paths: Using /usr/local/etc/dillo/hsts_preload
> ** WARNING **: preferred cursive font "URW Chancery L" not found.
> Nav_open_url: new
> url='https://msdn.microsoft.com/en-us/library/windows/desktop/ms645616(v=vs.85).…'
> Dns_server [0]: msdn.microsoft.com is 157.56.148.19
> Connecting to 157.56.148.19:443
> msdn.microsoft.com: TLSv1.2, cipher DES-CBC3-SHA
> sha256 2048-bit RSA: /CN=msdn.microsoft.com
> sha256 4096-bit RSA: /C=US/ST=Washington/L=Redmond/O=Microsoft
> Corporation/OU=Microsoft IT/CN=Microsoft IT SSL SHA2
> ** WARNING **: In 2015, browsers have begun to deprecate SHA1 certificates.
> sha1 2048-bit RSA: /C=IE/O=Baltimore/OU=CyberTrust/CN=Baltimore CyberTrust
> Root
> root: /C=IE/O=Baltimore/OU=CyberTrust/CN=Baltimore CyberTrust Root
> NumPendingStyleSheets=1
> NumPendingStyleSheets=2
> Dns_server [1]: i-msdn.sec.s-msft.com is 2.16.221.31
> Dns_server [0]: assets.onestore.ms is 104.69.121.36
> Dns_server [0]: m.webtrends.com is 63.251.85.33
> i-msdn.sec.s-msft.com: TLSv1.2, cipher ECDHE-RSA-AES256-GCM-SHA384
> ** WARNING **: In 2015, browsers have begun to deprecate SHA1 certificates.
> sha1 2048-bit RSA: /C=US/ST=WA/L=Redmond/O=Microsoft Corporation/OU=STO
> Operations/CN=*.sec.s-msft.com
> ** WARNING **: In 2015, browsers have begun to deprecate SHA1 certificates.
> sha1 2048-bit RSA: /C=NL/L=Amsterdam/O=Verizon Enterprise
> Solutions/OU=Cybertrust/CN=Verizon Akamai SureServer CA G14-SHA1
> ** WARNING **: In 2015, browsers have begun to deprecate SHA1 certificates.
> sha1 2048-bit RSA: /C=IE/O=Baltimore/OU=CyberTrust/CN=Baltimore CyberTrust
> Root
> root: /C=US/O=GTE Corporation/OU=GTE CyberTrust Solutions, Inc./CN=GTE
> CyberTrust Global Root
> assets.onestore.ms: TLSv1.2, cipher ECDHE-RSA-AES256-GCM-SHA384
> sha256 2048-bit RSA: /C=US/ST=WA/L=Redmond/O=Microsoft
> Corporation/OU=Microsoft Corporation/CN=*.onestore.ms
> sha256 4096-bit RSA: /C=US/ST=Washington/L=Redmond/O=Microsoft
> Corporation/OU=Microsoft IT/CN=Microsoft IT SSL SHA2
> ** WARNING **: In 2015, browsers have begun to deprecate SHA1 certificates.
> sha1 2048-bit RSA: /C=IE/O=Baltimore/OU=CyberTrust/CN=Baltimore CyberTrust
> Root
> root: /C=IE/O=Baltimore/OU=CyberTrust/CN=Baltimore CyberTrust Root
>>>>> a_Nav_repush <<<<
> Reusing fd 8 for
> https://assets.onestore.ms/cdnfiles/onestorerolling-1602-03000/shell/v3/ima…
> Nav_open_url: new
> url='https://msdn.microsoft.com/en-us/library/windows/desktop/ms645616(v=vs.85).…'
> ABORT 1B
> ABORT 1B
> IO_write, closing with pending data not sent: "GET
> /cdnfiles/onestorerolling-1602-03000/shell/v3/images/logo/microsoft.png
> HTTP/1.1\x0D..."
> a_Nav_expect_done: repush!
> ** WARNING **: Ignoring unsafe author style that might reveal browsing
> history
> ** WARNING **: Ignoring unsafe author style that might reveal browsing
> history
> ** WARNING **: Ignoring unsafe author style that might reveal browsing
> history
> ** WARNING **: Ignoring unsafe author style that might reveal browsing
> history
> ** WARNING **: Ignoring unsafe author style that might reveal browsing
> history
> ** WARNING **: Ignoring unsafe author style that might reveal browsing
> history
> ** WARNING **: Ignoring unsafe author style that might reveal browsing
> history
> ** WARNING **: Ignoring unsafe author style that might reveal browsing
> history
> ** WARNING **: Ignoring unsafe author style that might reveal browsing
> history
> ** WARNING **: Ignoring unsafe author style that might reveal browsing
> history
> ** WARNING **: Ignoring unsafe author style that might reveal browsing
> history
> ** WARNING **: Ignoring unsafe author style that might reveal browsing
> history
> ** WARNING **: Ignoring unsafe author style that might reveal browsing
> history
> ** WARNING **: Ignoring unsafe author style that might reveal browsing
> history
> ** WARNING **: Ignoring unsafe author style that might reveal browsing
> history
> ** WARNING **: Ignoring unsafe author style that might reveal browsing
> history
> ** WARNING **: Ignoring unsafe author style that might reveal browsing
> history
> ** WARNING **: Ignoring unsafe author style that might reveal browsing
> history
> ** WARNING **: Ignoring unsafe author style that might reveal browsing
> history
> ** WARNING **: Ignoring unsafe author style that might reveal browsing
> history
> ** WARNING **: Ignoring unsafe author style that might reveal browsing
> history
> ** WARNING **: Ignoring unsafe author style that might reveal browsing
> history
> dillo: tls.c:1177: a_Tls_handshake: Assertion `!ERR_get_error()' failed.
> Aborted (core dumped)
>
>
> --
> http://fresh.flatassembler.net
> http://asm32.info
> John Found <johnfound at asm32.info>
>
> _______________________________________________
> Dillo-dev mailing list
> Dillo-dev at dillo.org
> http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
>
Feb. 23, 2016
Dill 3.0.5 breaks on Mac OS
by yesyvesï¼ gmail.com
Hi
When compiling dillo 3.0.5 on Mac OS 10.11, I get :
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I.. -I.. -DDILLO_SYSCONF='"/opt/local/etc/dillo/"' -DDILLO_DOCDIR='"/opt/local/share/doc/dillo/"' -I/opt/local/include -I/usr/local/include -I/opt/local/include/libpng16 -I/opt/local/include -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -pipe -Os -m64 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT xembed.o -MD -MP -MF .deps/xembed.Tpo -c -o xembed.o xembed.cc
mv -f .deps/dpiapi.Tpo .deps/dpiapi.Po
mv -f .deps/image.Tpo .deps/image.Po
mv -f .deps/imgbuf.Tpo .deps/imgbuf.Po
mv -f .deps/form.Tpo .deps/form.Po
mv -f .deps/findbar.Tpo .deps/findbar.Po
mv -f .deps/menu.Tpo .deps/menu.Po
In file included from xembed.cc:18:
In file included from /opt/local/include/FL/x.H:43:
/opt/local/include/FL/mac.H:104:12: fatal error: '../src/Fl_Font.H' file not found
# include "../src/Fl_Font.H"
It seems that dillo is trying to use X but on Mac, but fltk is using quartz.
The problem has been reported on many systems.
Dillo 3.0.4 was working fine.
Thanks
yves
Feb. 23, 2016
Dillo crash on HTTPS connection (to MS web site)
by johnfoundï¼ asm32.info
I am not sure how to proceed, because my C/C++ programming skills are close to zero.
But can make some debug effort if someone instructs me what to do. :)
In short, Dillo crashes when I try to connect to the site of MS. It works ok on other
https web sites, for example on https://google.com
Dillo is compiled and run on 64bit ELF executable with SSL enabled.
Here is what I have in the console:
$dillo "https://msdn.microsoft.com/en-us/library/windows/desktop/ms645616(v=vs.85).…"
** ERROR **: prefsparser: Syntax error in dillorc: name="(null)" value="(null)"
paths: Cannot open file '/home/johnfound/.dillo/keysrc': No such file or directory
paths: Using /usr/local/etc/dillo/keysrc
paths: Cannot open file '/home/johnfound/.dillo/domainrc': No such file or directory
paths: Using /usr/local/etc/dillo/domainrc
Domain: Default accept.
dillo_dns_init: Here we go! (threaded)
Disabling cookies.
paths: Cannot open file '/home/johnfound/.dillo/hsts_preload': No such file or directory
paths: Using /usr/local/etc/dillo/hsts_preload
** WARNING **: preferred cursive font "URW Chancery L" not found.
Nav_open_url: new url='https://msdn.microsoft.com/en-us/library/windows/desktop/ms645616(v=vs.85).…'
Dns_server [0]: msdn.microsoft.com is 157.56.148.19
Connecting to 157.56.148.19:443
msdn.microsoft.com: TLSv1.2, cipher DES-CBC3-SHA
sha256 2048-bit RSA: /CN=msdn.microsoft.com
sha256 4096-bit RSA: /C=US/ST=Washington/L=Redmond/O=Microsoft Corporation/OU=Microsoft IT/CN=Microsoft IT SSL SHA2
** WARNING **: In 2015, browsers have begun to deprecate SHA1 certificates.
sha1 2048-bit RSA: /C=IE/O=Baltimore/OU=CyberTrust/CN=Baltimore CyberTrust Root
root: /C=IE/O=Baltimore/OU=CyberTrust/CN=Baltimore CyberTrust Root
NumPendingStyleSheets=1
NumPendingStyleSheets=2
Dns_server [1]: i-msdn.sec.s-msft.com is 2.16.221.31
Dns_server [0]: assets.onestore.ms is 104.69.121.36
Dns_server [0]: m.webtrends.com is 63.251.85.33
i-msdn.sec.s-msft.com: TLSv1.2, cipher ECDHE-RSA-AES256-GCM-SHA384
** WARNING **: In 2015, browsers have begun to deprecate SHA1 certificates.
sha1 2048-bit RSA: /C=US/ST=WA/L=Redmond/O=Microsoft Corporation/OU=STO Operations/CN=*.sec.s-msft.com
** WARNING **: In 2015, browsers have begun to deprecate SHA1 certificates.
sha1 2048-bit RSA: /C=NL/L=Amsterdam/O=Verizon Enterprise Solutions/OU=Cybertrust/CN=Verizon Akamai SureServer CA G14-SHA1
** WARNING **: In 2015, browsers have begun to deprecate SHA1 certificates.
sha1 2048-bit RSA: /C=IE/O=Baltimore/OU=CyberTrust/CN=Baltimore CyberTrust Root
root: /C=US/O=GTE Corporation/OU=GTE CyberTrust Solutions, Inc./CN=GTE CyberTrust Global Root
assets.onestore.ms: TLSv1.2, cipher ECDHE-RSA-AES256-GCM-SHA384
sha256 2048-bit RSA: /C=US/ST=WA/L=Redmond/O=Microsoft Corporation/OU=Microsoft Corporation/CN=*.onestore.ms
sha256 4096-bit RSA: /C=US/ST=Washington/L=Redmond/O=Microsoft Corporation/OU=Microsoft IT/CN=Microsoft IT SSL SHA2
** WARNING **: In 2015, browsers have begun to deprecate SHA1 certificates.
sha1 2048-bit RSA: /C=IE/O=Baltimore/OU=CyberTrust/CN=Baltimore CyberTrust Root
root: /C=IE/O=Baltimore/OU=CyberTrust/CN=Baltimore CyberTrust Root
>>>> a_Nav_repush <<<<
Reusing fd 8 for https://assets.onestore.ms/cdnfiles/onestorerolling-1602-03000/shell/v3/ima…
Nav_open_url: new url='https://msdn.microsoft.com/en-us/library/windows/desktop/ms645616(v=vs.85).…'
ABORT 1B
ABORT 1B
IO_write, closing with pending data not sent: "GET /cdnfiles/onestorerolling-1602-03000/shell/v3/images/logo/microsoft.png HTTP/1.1\x0D..."
a_Nav_expect_done: repush!
** WARNING **: Ignoring unsafe author style that might reveal browsing history
** WARNING **: Ignoring unsafe author style that might reveal browsing history
** WARNING **: Ignoring unsafe author style that might reveal browsing history
** WARNING **: Ignoring unsafe author style that might reveal browsing history
** WARNING **: Ignoring unsafe author style that might reveal browsing history
** WARNING **: Ignoring unsafe author style that might reveal browsing history
** WARNING **: Ignoring unsafe author style that might reveal browsing history
** WARNING **: Ignoring unsafe author style that might reveal browsing history
** WARNING **: Ignoring unsafe author style that might reveal browsing history
** WARNING **: Ignoring unsafe author style that might reveal browsing history
** WARNING **: Ignoring unsafe author style that might reveal browsing history
** WARNING **: Ignoring unsafe author style that might reveal browsing history
** WARNING **: Ignoring unsafe author style that might reveal browsing history
** WARNING **: Ignoring unsafe author style that might reveal browsing history
** WARNING **: Ignoring unsafe author style that might reveal browsing history
** WARNING **: Ignoring unsafe author style that might reveal browsing history
** WARNING **: Ignoring unsafe author style that might reveal browsing history
** WARNING **: Ignoring unsafe author style that might reveal browsing history
** WARNING **: Ignoring unsafe author style that might reveal browsing history
** WARNING **: Ignoring unsafe author style that might reveal browsing history
** WARNING **: Ignoring unsafe author style that might reveal browsing history
** WARNING **: Ignoring unsafe author style that might reveal browsing history
dillo: tls.c:1177: a_Tls_handshake: Assertion `!ERR_get_error()' failed.
Aborted (core dumped)
--
http://fresh.flatassembler.net
http://asm32.info
John Found <johnfound at asm32.info>
Feb. 23, 2016
Problems with bookmarks.dpi
by johannes.hofmannï¼ gmx.de
On Mon, Jan 25, 2016 at 12:44:22AM +0100, Sebastian Geerken wrote:
> On So, Jan 24, 2016, Johannes Hofmann wrote:
> > there is probabely something in your bm.txt that the current code
> > doesn't expect.
> > I tried to make the bookmarks file parser a bit safer (see attached
> > patch). Could you please try if it fixes your case?
>
> Thanks, it worked. First, the list was empty, but as soon as I
> bookmarked another page, all links were displayed again. (I believe
> the section line ":s0: ..." got damaged when editing the file
> directly.)
>
> Do you want to commit it to hg.dillo.org? It this case, I'll simply
> merge it into dillo_grows.
I plan to commit it to the main repository tonight.
>
> Sebastian
>
> PS: Still one problem left: cookies.dpi hangs sometimes.
> _______________________________________________
> Dillo-dev mailing list
> Dillo-dev at dillo.org
> http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
Jan. 25, 2016
Problems with bookmarks.dpi
by sgeerkenï¼ dillo.org
On So, Jan 24, 2016, Johannes Hofmann wrote:
> there is probabely something in your bm.txt that the current code
> doesn't expect.
> I tried to make the bookmarks file parser a bit safer (see attached
> patch). Could you please try if it fixes your case?
Thanks, it worked. First, the list was empty, but as soon as I
bookmarked another page, all links were displayed again. (I believe
the section line ":s0: ..." got damaged when editing the file
directly.)
Do you want to commit it to hg.dillo.org? It this case, I'll simply
merge it into dillo_grows.
Sebastian
PS: Still one problem left: cookies.dpi hangs sometimes.
Jan. 24, 2016
Problems with bookmarks.dpi
by Johannes.Hofmannï¼ gmx.de
Hi Sebastian,
there is probabely something in your bm.txt that the current code
doesn't expect.
I tried to make the bookmarks file parser a bit safer (see attached
patch). Could you please try if it fixes your case?
Cheers,
Johannes
On Sat, Jan 23, 2016 at 03:08:31PM +0100, Sebastian Geerken wrote:
> Hi!
>
> As I wrote in a previois post, bookmarks do not work. It seems that
> bookmarks.dpi crashes:
>
> ----------------------------------------------------------------------
> $ gdb /usr/local/lib/dillo/dpi/bookmarks/bookmarks.dpi core
> GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
> Copyright (C) 2014 Free Software Foundation, Inc.
> [...]
> Reading symbols from /usr/local/lib/dillo/dpi/bookmarks/bookmarks.dpi...done.
> [New LWP 5661]
> Core was generated by `/usr/local/lib/dillo/dpi/bookmarks/bookmarks.dpi'.
> Program terminated with signal SIGSEGV, Segmentation fault.
> #0 Bms_load () at bookmarks.c:745
> 745 p = strchr(p, ' '); *p = 0;
> (gdb) l
> 740 if (buf[0] == 's') {
> 741 /* get section, url and title */
> 742 section = strtol(buf + 1, NULL, 10);
> 743 p = strchr(buf, ' '); *p = 0;
> 744 url = ++p;
> 745 p = strchr(p, ' '); *p = 0;
> 746 title = ++p;
> 747 p = strchr(p, '\n'); *p = 0;
> 748 u_title = Unescape_html_str(title);
> 749 Bms_add(section, url, u_title);
> (gdb) p p
> $1 = 0x1 <error: Cannot access memory at address 0x1>
> (gdb) bt
> #0 Bms_load () at bookmarks.c:745
> #1 Bms_cond_load () at bookmarks.c:792
> #2 Bmsrv_parse_token (Buf=0x1814280 "<cmd='open_url' url='dpi:/bm/'
> '>", sh=0x1810200) at bookmarks.c:1605
> #3 main () at bookmarks.c:1746
> ----------------------------------------------------------------------
>
> Sebastian
>
> _______________________________________________
> Dillo-dev mailing list
> Dillo-dev at dillo.org
> http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
Jan. 24, 2016