unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#65629: 29.1; Dictionary-search on Windows : wrong-type-argument stringp nil in dictionary-read-reply-and-split()
@ 2023-08-30 14:57 Paul van Gelder
  2023-08-30 16:56 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Paul van Gelder @ 2023-08-30 14:57 UTC (permalink / raw)
  To: 65629

Hello,

Apologies in advance if I am doing something wrong; this is the first time I am reporting an Emacs bug. I've checked https://www.emacswiki.org/emacs/EmacsBugTracker for what to do, but I am sure I may have missed something.

I've checked https://debbugs.gnu.org/cgi/pkgreport.cgi?include=subject%3Adictionary;package=emacs and searched for dictionary, and it seems the below bug has not yet been reported.

The following bug occurs/doesn't occur as follows, which makes me think it may be due to Windows OS:
- Windows, emacs 29.1, my config -> bug
- Windows, emacs 29.1, -Q -> bug
- MacOS, emacs 30.0.50, -Q -> no bug, works fine

When I start emacs -Q, I do the following to reliably recreate the bug:
M-x dictionary-search RET Hello RET

I have been trying:
M-x trace-function RET dictionary-do-search RET

followed by:
M-x dictionary-search RET Hello RET

to find out more, but it didn't help me as it seems in all 3 scenarios the parameter sare exactly the same:
"Hello" "*" and dictionary-display-search-result

I also read dictionary-read-reply-and-split() in dictionary.el as well as dictionary-read-reply, dictionary-split-string, but my elisp knowledge is not good enough to understand what's going on, but I am guessing either 'reply' or 'reply-list' are empty while expecting a string? Not sure how I could check further and help find a patch.

Please let me know if there's additional steps I can take to try and find out the problem/find a solution.

Thanks for all your work,

Paul

* Backtrace
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  dictionary-read-reply-and-split()
  dictionary-do-search("Hello" "*" dictionary-display-search-result)
  dictionary-new-search-internal("Hello" "*" dictionary-display-search-result)
  dictionary-new-search(("Hello" . "*"))
  dictionary-search("Hello" "*")
  funcall-interactively(dictionary-search "Hello" "*")
  command-execute(dictionary-search record)
  execute-extended-command(nil "dictionary-search" "dictionary-search")
  funcall-interactively(execute-extended-command nil "dictionary-search" "dictionary-search")
  command-execute(execute-extended-command)

* Bug report text
In GNU Emacs 29.1 (build 2, x86_64-w64-mingw32) of 2023-07-31 built on
 AVALON
Windowing system distributor 'Microsoft Corp.', version 10.0.19045
System Description: Microsoft Windows 10 Enterprise (v10.0.2009.19045.3324)

Configured using:
 'configure --with-modules --without-dbus --with-native-compilation=aot
 --without-compress-install --with-tree-sitter CFLAGS=-O2'

Configured features:
ACL GIF GMP GNUTLS HARFBUZZ JPEG JSON LCMS2 LIBXML2 MODULES NATIVE_COMP
NOTIFY W32NOTIFY PDUMPER PNG RSVG SOUND SQLITE3 THREADS TIFF
TOOLKIT_SCROLL_BARS TREE_SITTER WEBP XPM ZLIB

(NATIVE_COMP present but libgccjit not available)

Important settings:
  value of $LANG: ENG
  locale-coding-system: cp1252

Major mode: Debugger

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  buffer-read-only: t
  line-number-mode: t
  indent-tabs-mode: t
  transient-mark-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message mailcap yank-media dired
dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068 epg-config
gnus-util text-property-search time-date mm-decode mm-bodies mm-encode
mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047
rfc2045 ietf-drums mm-util mail-prsvr mail-utils help-fns radix-tree
cl-print debug backtrace help-mode find-func cus-start cus-load
network-stream puny nsm auth-source cl-seq eieio eieio-core cl-macs
password-cache json subr-x map byte-opt gv bytecomp byte-compile
dictionary dictionary-connection cl-loaddefs cl-lib rmc iso-transl
tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks
lisp-float-type elisp-mode mwheel dos-w32 ls-lisp disp-table
term/w32-win w32-win w32-vars term/common-win tool-bar dnd fontset image
regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode
prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu
timer select scroll-bar mouse jit-lock font-lock syntax font-core
term/tty-colors frame minibuffer nadvice seq simple cl-generic
indonesian philippine cham georgian utf-8-lang misc-lang vietnamese
tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek
romanian slovak czech european ethiopic indian cyrillic chinese
composite emoji-zwj charscript charprop case-table epa-hook
jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs
theme-loaddefs faces cus-face macroexp files window text-properties
overlay sha1 md5 base64 format env code-pages mule custom widget keymap
hashtable-print-readable backquote threads w32notify w32 lcms2 multi-tty
make-network-process native-compile emacs)

Memory information:
((conses 16 85524 10022)
 (symbols 48 8183 0)
 (strings 32 24061 1514)
 (string-bytes 1 696686)
 (vectors 16 16384)
 (vector-slots 8 350534 14674)
 (floats 8 51 45)
 (intervals 56 316 0)
 (buffers 984 15))





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#65629: 29.1; Dictionary-search on Windows : wrong-type-argument stringp nil in dictionary-read-reply-and-split()
  2023-08-30 14:57 bug#65629: 29.1; Dictionary-search on Windows : wrong-type-argument stringp nil in dictionary-read-reply-and-split() Paul van Gelder
@ 2023-08-30 16:56 ` Eli Zaretskii
  2023-08-31  7:09   ` Paul van Gelder
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2023-08-30 16:56 UTC (permalink / raw)
  To: Paul van Gelder; +Cc: 65629

> Date: Wed, 30 Aug 2023 16:57:02 +0200 (CEST)
> From: Paul van Gelder <paul.vangelder@xs4all.nl>
> 
> The following bug occurs/doesn't occur as follows, which makes me think it may be due to Windows OS:
> - Windows, emacs 29.1, my config -> bug
> - Windows, emacs 29.1, -Q -> bug
> - MacOS, emacs 30.0.50, -Q -> no bug, works fine
> 
> When I start emacs -Q, I do the following to reliably recreate the bug:
> M-x dictionary-search RET Hello RET

I cannot reproduce this on MS-Windows.  When I try the above, Emacs
first tries to connect to a local server:

  Opening connection to localhost:2628

Then it says:

  Failed to open server localhost, continue with dict.org? (y or n)

I answer 'y', and then:

  Opening connection to dict.org:2628
  Searching for Hello in *

and next I see 4 definitions it finds.

So I wonder what goes wrong in your case.  Is your Internet connection
working on the Windows machine? is port 2628 blocked by some firewall,
per chance?





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#65629: 29.1; Dictionary-search on Windows : wrong-type-argument stringp nil in dictionary-read-reply-and-split()
  2023-08-30 16:56 ` Eli Zaretskii
@ 2023-08-31  7:09   ` Paul van Gelder
  2023-08-31  7:38     ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Paul van Gelder @ 2023-08-31  7:09 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 65629

You're right that port 2628 must be blocked by my company's firewall: the MacBook was on the company guest network, the Windows laptop on the corporate network.

I just brought my Windows laptop home to check on my personal network, and it's working fine (with init file and with -Q).

My apologies for wasting your time - I'll include a connectivity check in my checklist for troubleshooting issues before reporting a bug report next time.

Thanks for your quick response.

> Op 30-08-2023 18:56 CEST schreef Eli Zaretskii <eliz@gnu.org>:
> 
>  
> > Date: Wed, 30 Aug 2023 16:57:02 +0200 (CEST)
> > From: Paul van Gelder <paul.vangelder@xs4all.nl>
> > 
> > The following bug occurs/doesn't occur as follows, which makes me think it may be due to Windows OS:
> > - Windows, emacs 29.1, my config -> bug
> > - Windows, emacs 29.1, -Q -> bug
> > - MacOS, emacs 30.0.50, -Q -> no bug, works fine
> > 
> > When I start emacs -Q, I do the following to reliably recreate the bug:
> > M-x dictionary-search RET Hello RET
> 
> I cannot reproduce this on MS-Windows.  When I try the above, Emacs
> first tries to connect to a local server:
> 
>   Opening connection to localhost:2628
> 
> Then it says:
> 
>   Failed to open server localhost, continue with dict.org? (y or n)
> 
> I answer 'y', and then:
> 
>   Opening connection to dict.org:2628
>   Searching for Hello in *
> 
> and next I see 4 definitions it finds.
> 
> So I wonder what goes wrong in your case.  Is your Internet connection
> working on the Windows machine? is port 2628 blocked by some firewall,
> per chance?





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#65629: 29.1; Dictionary-search on Windows : wrong-type-argument stringp nil in dictionary-read-reply-and-split()
  2023-08-31  7:09   ` Paul van Gelder
@ 2023-08-31  7:38     ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2023-08-31  7:38 UTC (permalink / raw)
  To: Paul van Gelder; +Cc: 65629-done

> Date: Thu, 31 Aug 2023 09:09:02 +0200 (CEST)
> From: Paul van Gelder <paul.vangelder@xs4all.nl>
> Cc: 65629@debbugs.gnu.org
> 
> You're right that port 2628 must be blocked by my company's firewall: the MacBook was on the company guest network, the Windows laptop on the corporate network.
> 
> I just brought my Windows laptop home to check on my personal network, and it's working fine (with init file and with -Q).
> 
> My apologies for wasting your time - I'll include a connectivity check in my checklist for troubleshooting issues before reporting a bug report next time.

No problem, thanks for telling us.

I'm therefore closing this bug.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-31  7:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-30 14:57 bug#65629: 29.1; Dictionary-search on Windows : wrong-type-argument stringp nil in dictionary-read-reply-and-split() Paul van Gelder
2023-08-30 16:56 ` Eli Zaretskii
2023-08-31  7:09   ` Paul van Gelder
2023-08-31  7:38     ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).