Bug 880430
| Summary: | TypeError: object of type 'NoneType' has no len() | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Neil <neilsbb> | ||||||||||||||||||||||||||||||||
| Component: | anaconda | Assignee: | Vratislav Podzimek <vpodzime> | ||||||||||||||||||||||||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||||||||
| Version: | 18 | CC: | awilliam, g.kaviyarasu, jonathan, sbueno, vanmeeuwen+fedora | ||||||||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:cc004dbb9ac6584a99af19c121f7de89377672a11a6110f4d6cf89e4d1d03b06 | ||||||||||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||||||||
| Last Closed: | 2013-05-10 03:32:33 UTC | Type: | --- | ||||||||||||||||||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||||||||||||
| Embargoed: | |||||||||||||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||||||||||||
|
Description
Neil
2012-11-27 00:30:20 UTC
Created attachment 652423 [details]
File: anaconda-tb
Created attachment 652424 [details]
File: product
Created attachment 652425 [details]
File: type
Created attachment 652426 [details]
File: ifcfg.log
Created attachment 652427 [details]
File: storage.log
Created attachment 652428 [details]
File: version
Created attachment 652429 [details]
File: environ
Created attachment 652430 [details]
File: executable
Created attachment 652431 [details]
File: anaconda.log
Created attachment 652432 [details]
File: syslog
Created attachment 652433 [details]
File: hashmarkername
Created attachment 652434 [details]
File: packaging.log
Created attachment 652435 [details]
File: cmdline_file
Created attachment 652436 [details]
File: release
Created attachment 652437 [details]
File: program.log
(In reply to comment #0) > Description of problem: > Right clicked on the first NTP server pool 0 host name You mean you've just opened the NTP servers configuration dialog and right-clicked on the "0.fedora.pool.ntp.org"? Because I cannot reproduce the traceback like this way. Patch for testing path validity was sent to anaconda-patches. (In reply to comment #16) > (In reply to comment #0) > > Description of problem: > > Right clicked on the first NTP server pool 0 host name > You mean you've just opened the NTP servers configuration dialog and > right-clicked on the "0.fedora.pool.ntp.org"? Because I cannot reproduce the > traceback like this way. Yes, in the dialog for the list of NTP servers, I clicked on the 0.fedora.pool.ntp.org to edit it. What must have happened is I started editing the host name as blanked and it was then when I hit the right mouse button and the crash occured. It seems the event that occured was a validation attempt on the string in that entry. Since I right clicked when it was empty, it was attempting to validate an empty field. (In reply to comment #18) > (In reply to comment #16) > > (In reply to comment #0) > > > Description of problem: > > > Right clicked on the first NTP server pool 0 host name > > You mean you've just opened the NTP servers configuration dialog and > > right-clicked on the "0.fedora.pool.ntp.org"? Because I cannot reproduce the > > traceback like this way. > > Yes, in the dialog for the list of NTP servers, I clicked on the > 0.fedora.pool.ntp.org to edit it. What must have happened is I started > editing the host name as blanked and it was then when I hit the right mouse > button and the crash occured. It seems the event that occured was a > validation attempt on the string in that entry. Since I right clicked when > it was empty, it was attempting to validate an empty field. Right-click to the text entry shows me a context menu, but if one right-clicks on some other item, it stops editting and that might cause the traceback. However, the proposed (and now also pushed) patch seems to be fixing this issue. The other problem is that even an empty "hostname" is accepted, but that's another story. See bug #865869 for more information about that. Going over old anaconda bugs. I fiddled around in the NTP screen for a while and couldn't produce anything like this, so it looks like the fix worked. Let's close this out. |