[Bug 57188] Re: segfault for https+unknown domain

2008-11-13 Thread era
Cannot repro on 8.10; feel free to close. -- segfault for https+unknown domain https://bugs.launchpad.net/bugs/57188 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 57188] Re: segfault for https+unknown domain

2008-11-13 Thread era
Marking as Invalid (that's the local approximation of WORKSFORME, isn't it?) ** Changed in: w3m (Ubuntu) Status: Incomplete = Invalid -- segfault for https+unknown domain https://bugs.launchpad.net/bugs/57188 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 57188] Re: segfault for https+unknown domain

2008-09-13 Thread Daniel T Chen
Is this symptom still reproducible in 8.10 alpha? ** Changed in: w3m (Ubuntu) Status: Confirmed = Incomplete -- segfault for https+unknown domain https://bugs.launchpad.net/bugs/57188 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 57188] Re: segfault for https+unknown domain

2006-10-17 Thread NoWhereMan
** Attachment added: crash editing options / cookie / accepted domains http://librarian.launchpad.net/4886638/_usr_bin_w3m.1000.crash -- segfault for https+unknown domain https://launchpad.net/bugs/57188 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 57188] Re: segfault for https+unknown domain

2006-09-12 Thread Simon Law
Nope, thanks for the debug information. ** Changed in: w3m (Ubuntu) Importance: Untriaged = Medium Status: Needs Info = Confirmed -- segfault for https+unknown domain https://launchpad.net/bugs/57188 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 57188] Re: segfault for https+unknown domain

2006-09-08 Thread era
Do you still need something from me? I looked at url.c and I think I would expect the code to not fall through all the way to line 500 -- I was wondering why the https stuff wasn't handled higher up, where there was code for https, but I didn't pursue that further. -- segfault for https+unknown

[Bug 57188] Re: segfault for https+unknown domain

2006-08-22 Thread Simon Law
Please follow the instructions in https://wiki.ubuntu.com/Backtrace and attach the backtrace for w3m to this bug report. Thanks. ** Changed in: w3m (Ubuntu) Status: Unconfirmed = Needs Info -- segfault for https+unknown domain https://launchpad.net/bugs/57188 -- ubuntu-bugs mailing

[Bug 57188] Re: segfault for https+unknown domain

2006-08-22 Thread era
-- segfault for https+unknown domain https://launchpad.net/bugs/57188 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 57188] Re: segfault for https+unknown domain

2006-08-22 Thread era
The backtrace looked rather uninformative to me, so here's a strace dump as well. It looks like it's desperately looking for libnss_mdns and failing just before it gags. FWIW I noticed that the strace included some stuff from my bookmarks etc. so I moved away ~/.w3m and reran: vnix$ mv ~/.w3m

[Bug 57188] Re: segfault for https+unknown domain

2006-08-22 Thread Simon Law
I cannot reproduce this locally. What does your /etc/nsswitch.conf say? Also, what does `dpkg -s libnss-mdns` return? -- segfault for https+unknown domain https://launchpad.net/bugs/57188 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 57188] Re: segfault for https+unknown domain

2006-08-22 Thread era
Haven't touched nsswitch.conf, attaching it anyway. vnix$ dlocate -S /etc/nsswitch.conf base-files: /etc/nsswitch.conf vnix$ dpkg -s libnss-mdns Package `libnss-mdns' is not installed and no info is available. Use dpkg --info (= dpkg-deb --info) to examine archive files, and dpkg --contents (=

[Bug 57188] Re: segfault for https+unknown domain

2006-08-22 Thread Simon Law
What happens when you comment out the mdns? In the line: hosts: files dns mdns change it to hosts: files dns #mdns -- segfault for https+unknown domain https://launchpad.net/bugs/57188 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 57188] Re: segfault for https+unknown domain

2006-08-22 Thread era
I think it's a red herring, it's not directly related to mdns, just that the crash happens after it tries mdns, but before /etc/services (which is what happens next in the strace if I run with http instead of https). ... Indeed, if I remove mdns from nsswitch.conf, it crashes just the same, only

[Bug 57188] Re: segfault for https+unknown domain

2006-08-22 Thread era
Sorry, my skis got crossed while I was writing that. It's probably obvious but just to make it explicit, what I was going to write was that when I run with http instead of https, the SIGSEGV is still there, but ... -- segfault for https+unknown domain https://launchpad.net/bugs/57188 --

[Bug 57188] Re: segfault for https+unknown domain

2006-08-22 Thread Simon Law
All right. It looks like we should try to get a useful backtrace with debugging symbols. Can you follow the procedure listed in https://help.ubuntu.com/community/DebuggingProgramCrash to build a debugging version of w3m? Your backtrace using that version should be more enlightening. --

[Bug 57188] Re: segfault for https+unknown domain

2006-08-22 Thread era
Sorry for the delay, I decided to figure out how to do it with pbuilder while I was at it. (Note for posterity: add 'export DEB_BUILD_OPTIONS=debug nostrip noopt' to ~/.pbuilderrc and ignore the similar-sounding DEBBUILDOPTS which is unrelated.) -- segfault for https+unknown domain