Lars Ingebrigtsen <larsi@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Received: (at 55654) by debbugs.gnu.org; 26 May 2022 11:43:38 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu May 26 07:43:38 2022 Received: from localhost ([127.0.0.1]:57144 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1nuBtr-0003LE-Nm for submit <at> debbugs.gnu.org; Thu, 26 May 2022 07:43:38 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57292) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1nuBtq-0003L1-6q for 55654 <at> debbugs.gnu.org; Thu, 26 May 2022 07:43:30 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60040) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1nuBtk-00021n-Qb; Thu, 26 May 2022 07:43:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=/Vn29AMLApXuKHQ2czZqVbVA3Sg1QySa/ImkJD+W6fs=; b=aeSrkSYRTG/L 9zbfYdnFG40XBEwhMzdikrSmQB3qgFAkEN/I1402kiSANGA8s3SfDDUAwfCjhZGHO2XyB0u49Lbt3 fDw1x6XB/TS77YGMwgeHNxyM9OTrAk+wF8Jtq6eImZlV+xjWU3ahpiocMUmv+z13/1pLYig+hbCmp kFsWhQjTdnmhZyRLSOlA0/lgHrkXnmEdvhY8PhsXTOtEohXhl/gCOzLR8QuE5oG07EJ65wZa6V1Mg o9oj294+Dj6KhnM6TI/kPaDViZnWbsDVH9rQPf0YahMUWRoad9p0xmtu3gi372ygehY95btWtqOOY qOSWfCV4y//WY3q+m5tMKg==; Received: from [87.69.77.57] (port=3729 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1nuBtk-00027y-AW; Thu, 26 May 2022 07:43:24 -0400 Date: Thu, 26 May 2022 14:43:17 +0300 Message-Id: <835ylsplii.fsf@HIDDEN> From: Eli Zaretskii <eliz@HIDDEN> To: Fabio Leimgruber <fabio.leimgruber@HIDDEN> In-Reply-To: <j90r14g6215.fsf@HIDDEN> (message from Fabio Leimgruber on Thu, 26 May 2022 12:06:46 +0200) Subject: Re: bug#55654: 28.1.50; HEAP Error with ImageMagick on Windows MSYS2 References: <j90r14g6215.fsf@HIDDEN> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 55654 Cc: 55654 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) > From: Fabio Leimgruber <fabio.leimgruber@HIDDEN> > Date: Thu, 26 May 2022 12:06:46 +0200 > > Compiled Emacs with these options: > > --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --with-wide-int --with-jpeg --with-xpm --with-png --with-tiff --with-rsvg --with-xml2 --with-gnutls --with-xft --with-imagemagick --with-modules --with-json --with-native-compilation LDFLAGS=-fstack-protector > > The error is triggered when I do find-file, which uses helm and treemacs in turn loading images via ImageMagick. > > Running Emacs under GDB shows the backtrace below. > > Any hints on debugging this further? > > #+begin_example > warning: HEAP[emacs.exe]: > warning: Invalid address specified to RtlValidateHeap( 000001EE1E190000, 000001EE25BC1B80 ) > > Thread 1 received signal SIGTRAP, Trace/breakpoint trap. > 0x00007ff99eaca313 in ntdll!RtlRegisterSecureMemoryCacheCallback () from C:\WINDOWS\SYSTEM32\ntdll.dll > (gdb) bt > #0 0x00007ff99eaca313 in ntdll!RtlRegisterSecureMemoryCacheCallback () from C:\WINDOWS\SYSTEM32\ntdll.dll > #1 0x00007ff99ea8cd24 in ntdll!memset () from C:\WINDOWS\SYSTEM32\ntdll.dll > #2 0x00007ff99ea2e115 in ntdll!RtlValidateHeap () from C:\WINDOWS\SYSTEM32\ntdll.dll > #3 0x00007ff92596750f in NotifyShims () from C:\WINDOWS\SYSTEM32\AcLayers.dll > #4 0x00007ff99e269c9c in msvcrt!free () from C:\WINDOWS\System32\msvcrt.dll > #5 0x00007ff92575b662 in ?? () from C:\Users\LeimgruberF\opt\msys64\mingw64\bin\libMagickCore-7.Q16HDRI-7.dll I think this happens because ImageMagick tries to free memory that Emacs allocated. Emacs on MS-Windows uses its own implementation of malloc and free, so a scenario where Emacs allocates and some library frees, or vice versa, will never work. Does ImageMagick has a facility whereby an application can tell it what functions to use for allocation and deallocation of memory? If so, we can use those facilities to force ImageMagick to use our allocation functions. If the above doesn't help, I think the way to debug this is to install ImageMagick sources and debug info, or build it with debug information on your machine, and see what memory is being free'd here, and where was it allocated.
bug-gnu-emacs@HIDDEN
:bug#55654
; Package emacs
.
Full text available.Received: (at submit) by debbugs.gnu.org; 26 May 2022 10:06:57 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu May 26 06:06:57 2022 Received: from localhost ([127.0.0.1]:57100 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1nuAOO-00073n-Jz for submit <at> debbugs.gnu.org; Thu, 26 May 2022 06:06:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:51090) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <fabio.leimgruber@HIDDEN>) id 1nuAOM-00073e-DY for submit <at> debbugs.gnu.org; Thu, 26 May 2022 06:06:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49304) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <fabio.leimgruber@HIDDEN>) id 1nuAOL-0008Oe-3P for bug-gnu-emacs@HIDDEN; Thu, 26 May 2022 06:06:53 -0400 Received: from mout.web.de ([212.227.17.12]:43615) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <fabio.leimgruber@HIDDEN>) id 1nuAOI-00017v-DQ for bug-gnu-emacs@HIDDEN; Thu, 26 May 2022 06:06:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=web.de; s=dbaedf251592; t=1653559605; bh=47lAixdXVPxJkTpv3kNePno/dWU6RfuXu2o+c1yF3FA=; h=X-UI-Sender-Class:From:To:Subject:Date; b=l2K7OteHaAZk9fM05ona5NeNYT67TwrMzkv6opbLfAubLYPseGHP/He5RptrGiLat aYAo9u19das3hwtJ//1AKiZHlK9RZBS+4Aj/c5T1EVH1m8mwQj4VrLXYvIGcrBWmZT Sfjkj+xrGHvgHhvGm/OMu4I4AX6nnVcUIJKYMNaw= X-UI-Sender-Class: c548c8c5-30a9-4db5-a2e7-cb6cb037b8f9 Received: from N1EN510 ([84.112.13.100]) by smtp.web.de (mrweb106 [213.165.67.124]) with ESMTPSA (Nemesis) id 1MuF8x-1nZ4fY1yiz-00uIA7 for <bug-gnu-emacs@HIDDEN>; Thu, 26 May 2022 12:06:45 +0200 From: Fabio Leimgruber <fabio.leimgruber@HIDDEN> To: bug-gnu-emacs@HIDDEN Subject: 28.1.50; HEAP Error with ImageMagick on Windows MSYS2 Date: Thu, 26 May 2022 12:06:46 +0200 Message-ID: <j90r14g6215.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2.50 (windows-nt) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K1:FuUtDatfjD5KbrVlBiHedvQz/DniOYN6hyXonQdH1giMM+B3ZEQ XJ3cd/JHSIt5N0VbFiCPiRKv5snjlljqeFETw/TgTDjJy90QVGW+dQ0Lw7+1XNspEm9t5MJ 5k5Q5XzbzaoQ+s73ESRm/e5PhP+ZSqzO84OxcABn5DUsprntx9yjwS0DUQYfd7gC6F3RZ6O MLterCTfzzXd9yZeMv+7g== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:D33WRlZB3MY=:+5atjAhs+jGRVlUYZQ3ivu aX2W5dDgaa7DQ+ihR8SV5hC7nv+GqQPn/MvPncHMbW49s+I+D4SDcYpUfnn9n72Brz1E4xsaJ GaOovHQ0GShLCR0aRTKX33NU8+wf0jnfFKJk/v/Re9+y5lKDMYim/KSF4eBnqIBvRODz8wAJI n2MJiqKmGXukhFXxzxgdFzD0OSn13GBJxaAMgCpzghSM3FLFqgXbG/m3Tim6lZD3df9/SeTST 3uSamFr7wCvTc2AEt0Xh3tIEKgEUxc0Pn53n2f3jRgAVFcznCEwV+4gcuN4PNcRGfYCBGD0MP R/Khcn3roQtqJUUUf/k37lcF+TDlOEMvWwzilpI7Nkf85lFHP98Jhfsj5Bd2GlardTTz3YFMC mVVeNDT/63p2MWrVNSPh0Eskx9uCjApUf8sCI8ICvGrOJgpFcQ3q9YvW4QMsNSkUaEvFMN4pK XGxVmFM0wKvjudpBF56nfLei2L0QCkotX3G8xcE6OdP11vjLb2KdzrXnmzQkHvAZcozoago/A 43K4ZuINpM3+P36jbiEqZ4+XlIpioNbNMC/Nh23tGcoubtjGdmGjuvj4niJTGPUSICt36I5Ju JjlOub+GRdUBqa9zZeYWA/hrxyokzrX/boJG1HYmc2yddjGq70Y6djoiM11Q4tMZlw3VAokjp 9lezhyYfWFI5ibn0weiiTyCc1kr4ojIF8l5iUMRzGwPWp7n0b8o/sgC0eAHXSRoijOLN+o7RI QyJORLiDBvULybgg9dsS5MCGaydmFSYVYLdEgu1pYYE2vb9R7xIu9M/qV85UXkrDZCHNJZgpI o8aSmiRSmJEZ+RazplTenuJgW9NxEMD0038LY+V7qdqINAoJcAnv2JOceyEiL9RT04KQjlUKz /tV5q8DObfLuDpUcPdpWgjCRfT5ZEq9kMr7wAP+Z0f5ot0lh7rIhDrKZTa3R3u4D0gNtLhPsJ 5NY0sItSRHz5ixZdW2F1K7Ss8foc5O9OnoyXqgACp50advSqGkcNq8IbxBfu2833YLg86kFZx H1KEQWN1B3f8QLqrDeMNNKI3oCLI/NCiO++JGFltmnQHO4QEesJS1/ZDk4fpyIbRbgY3STLpD 9p0JMiykB8EPVP3CYEM+Qf+wYkSEwLW5eZ2WIMVyPMxnfnjFj3LIc0xsQ== Received-SPF: pass client-ip=212.227.17.12; envelope-from=fabio.leimgruber@HIDDEN; helo=mout.web.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.4 (--) Compiled Emacs with these options: --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --with-wide-int --with-jpeg --with-xpm --with-png --with-tiff --with-rsvg --with-xml2 --with-gnutls --with-xft --with-imagemagick --with-modules --with-json --with-native-compilation LDFLAGS=-fstack-protector The error is triggered when I do find-file, which uses helm and treemacs in turn loading images via ImageMagick. Running Emacs under GDB shows the backtrace below. Any hints on debugging this further? #+begin_example warning: HEAP[emacs.exe]: warning: Invalid address specified to RtlValidateHeap( 000001EE1E190000, 000001EE25BC1B80 ) Thread 1 received signal SIGTRAP, Trace/breakpoint trap. 0x00007ff99eaca313 in ntdll!RtlRegisterSecureMemoryCacheCallback () from C:\WINDOWS\SYSTEM32\ntdll.dll (gdb) bt #0 0x00007ff99eaca313 in ntdll!RtlRegisterSecureMemoryCacheCallback () from C:\WINDOWS\SYSTEM32\ntdll.dll #1 0x00007ff99ea8cd24 in ntdll!memset () from C:\WINDOWS\SYSTEM32\ntdll.dll #2 0x00007ff99ea2e115 in ntdll!RtlValidateHeap () from C:\WINDOWS\SYSTEM32\ntdll.dll #3 0x00007ff92596750f in NotifyShims () from C:\WINDOWS\SYSTEM32\AcLayers.dll #4 0x00007ff99e269c9c in msvcrt!free () from C:\WINDOWS\System32\msvcrt.dll #5 0x00007ff92575b662 in ?? () from C:\Users\LeimgruberF\opt\msys64\mingw64\bin\libMagickCore-7.Q16HDRI-7.dll #6 0x00007ff92575ce15 in ?? () from C:\Users\LeimgruberF\opt\msys64\mingw64\bin\libMagickCore-7.Q16HDRI-7.dll #7 0x00007ff9258e6269 in ?? () from C:\Users\LeimgruberF\opt\msys64\mingw64\bin\libMagickCore-7.Q16HDRI-7.dll #8 0x00007ff9258e7a91 in ?? () from C:\Users\LeimgruberF\opt\msys64\mingw64\bin\libMagickCore-7.Q16HDRI-7.dll #9 0x00007ff9258e7cbb in ?? () from C:\Users\LeimgruberF\opt\msys64\mingw64\bin\libMagickCore-7.Q16HDRI-7.dll #10 0x00007ff9258e7e97 in ?? () from C:\Users\LeimgruberF\opt\msys64\mingw64\bin\libMagickCore-7.Q16HDRI-7.dll #11 0x00007ff90f674ee7 in ?? () from C:\Users\LeimgruberF\opt\msys64\mingw64\lib\ImageMagick-7.0.10\modules-Q16HDRI\coders\png.dll #12 0x00007ff90f677230 in ?? () from C:\Users\LeimgruberF\opt\msys64\mingw64\lib\ImageMagick-7.0.10\modules-Q16HDRI\coders\png.dll #13 0x00007ff925783ca1 in ?? () from C:\Users\LeimgruberF\opt\msys64\mingw64\bin\libMagickCore-7.Q16HDRI-7.dll #14 0x00007ff9256823b6 in ?? () from C:\Users\LeimgruberF\opt\msys64\mingw64\bin\libMagickWand-7.Q16HDRI-7.dll #15 0x00007ff6095bac81 in imagemagick_load_image (f=f@entry=0x1ee2139ad80, img=img@entry=0x1ee3f390a10, contents=contents@entry=0x0, size=size@entry=0, filename=0x1ee291a35f8 "c:/Users/LeimgruberF/.emacs.d/elpa/28.1/develop/treemacs-20220519.1908/icons/default/vsc/dir-closed.png") at image.c:9139 #16 0x00007ff6095bbc7a in imagemagick_load (f=0x1ee2139ad80, img=0x1ee3f390a10) at image.c:9497 #17 0x00007ff6095bfd62 in lookup_image (f=0x1ee2139ad80, spec=spec@entry=0x1ee304453d3, face_id=<optimized out>) at image.c:2469 #18 0x00007ff6093e927b in handle_single_display_spec (it=it@entry=0xab88ff68b0, spec=<optimized out>, spec@entry=0x1ee304453d3, object=<optimized out>, object@entry=0x1ee27e79825, overlay=overlay@entry=0x0, position=position@entry=0xab88ff69e8, bufpos=bufpos@entry=12, display_replaced=display_replaced@entry=0, frame_window_p=frame_window_p@entry=true, enable_eval_p=true) at xdisp.c:5820 #19 0x00007ff6093e9978 in handle_display_spec (it=it@entry=0xab88ff68b0, spec=<optimized out>, --Type <RET> for more, q to quit, c to continue without paging--c object=object@entry=0x1ee27e79825, overlay=0x0, position=position@entry=0xab88ff69e8, bufpos=bufpos@entry=12, frame_window_p=true) at xdisp.c:5301 #20 0x00007ff6093e9b6e in handle_display_prop (it=0xab88ff68b0) at xdisp.c:5210 #21 0x00007ff6093ecb65 in handle_stop (it=it@entry=0xab88ff68b0) at xdisp.c:3870 #22 0x00007ff6093f47d8 in next_element_from_buffer (it=0xab88ff68b0) at xdisp.c:8943 #23 0x00007ff6093f2775 in get_next_display_element (it=it@entry=0xab88ff68b0) at xdisp.c:7530 #24 0x00007ff6093fc58b in display_line (it=it@entry=0xab88ff68b0, cursor_vpos=cursor_vpos@entry=0) at xdisp.c:23693 #25 0x00007ff609401e5b in try_window (window=window@entry=0x1ee350b7aa5, pos=..., flags=<optimized out>, flags@entry=1) at xdisp.c:19597 #26 0x00007ff60941761a in redisplay_window (window=0x1ee350b7aa5, just_this_one_p=just_this_one_p@entry=false) at xdisp.c:19004 #27 0x00007ff60941a1f7 in redisplay_window_0 (window=<optimized out>) at xdisp.c:16714 #28 0x00007ff6094f60a5 in internal_condition_case_1 (bfun=bfun@entry=0x7ff60941a1c0 <redisplay_window_0>, arg=arg@entry=0x1ee350b7aa5, handlers=<optimized out>, hfun=hfun@entry=0x7ff6093d7850 <redisplay_window_error>) at eval.c:1474 #29 0x00007ff6093dafbd in redisplay_windows (window=0x1ee350b7aa5) at xdisp.c:16694 #30 0x00007ff6093daf7a in redisplay_windows (window=0x1ee34e8ced5) at xdisp.c:16688 #31 0x00007ff609404c33 in redisplay_internal () at xdisp.c:16162 #32 0x00007ff609406c35 in redisplay () at xdisp.c:15369 #33 0x00007ff609485912 in read_char (commandflag=<optimized out>, map=<optimized out>, map@entry=0x1ee26c3b723, prev_event=<optimized out>, used_mouse_menu=<optimized out>, used_mouse_menu@entry=0xab88ffd26b, end_time=<optimized out>, end_time@entry=0x0) at keyboard.c:2555 #34 0x00007ff6094884db in read_key_sequence (keybuf=keybuf@entry=0xab88ffd3c0, prompt=prompt@entry=0x0, dont_downcase_last=dont_downcase_last@entry=false, can_return_switch_frame=can_return_switch_frame@entry=true, fix_current_buffer=fix_current_buffer@entry=true, prevent_redisplay=prevent_redisplay@entry=false) at keyboard.c:9635 #35 0x00007ff60948a045 in command_loop_1 () at keyboard.c:1392 #36 0x00007ff6094f600d in internal_condition_case (bfun=bfun@entry=0x7ff609489e40 <command_loop_1>, handlers=handlers@entry=0x90, hfun=hfun@entry=0x7ff609480f80 <cmd_error>) at eval.c:1450 #37 0x00007ff60947a7ce in command_loop_2 (handlers=0x90) at keyboard.c:1133 #38 0x00007ff6094f5f7b in internal_catch (tag=tag@entry=0x64e0, func=func@entry=0x7ff60947a7a0 <command_loop_2>, arg=arg@entry=0x90) at eval.c:1181 #39 0x00007ff60947a6af in command_loop () at keyboard.c:1103 #40 0x00007ff609480b34 in recursive_edit_1 () at keyboard.c:720 #41 0x00007ff6094a7e0c in read_minibuf (inherit_input_method=<optimized out>, allow_props=<optimized out>, defalt=<optimized out>, histpos=<optimized out>, histvar=0xae90, expflag=<optimized out>, prompt=<optimized out>, initial=<optimized out>, map=<optimized out>) at minibuf.c:899 #42 Fread_from_minibuffer (prompt=<optimized out>, initial_contents=<optimized out>, keymap=<optimized out>, sys_read=<optimized out>, hist=<optimized out>, default_value=<optimized out>, inherit_input_method=<optimized out>) at minibuf.c:1351 #43 0x00007ff91b2cdf07 in F68656c6d2d726561642d66726f6d2d6d696e69627566666572_helm_read_from_minibuffer_0 (par_0=<optimized out>, par_1=0x1ee2cb2d494, par_2=0x0, par_3=0x0, par_4=0x0, par_5=<optimized out>, par_6=0x0) from c:\Users\LeimgruberF\.emacs.d\eln-cache\28.1.50-93a37783\helm-core-6b42f8de-26353aa9.eln #44 0x00007ff6094f8a20 in funcall_subr (subr=0x1ee2e46b3e0, numargs=numargs@entry=7, args=args@entry=0xab88ffdcc0) at eval.c:3118 #45 0x00007ff6094f70bf in Ffuncall (nargs=<optimized out>, args=<optimized out>) at eval.c:3023 #46 0x00007ff91b2c7b0d in F68656c6d2d696e7465726e616c_helm_internal_0 (nargs=<optimized out>, args=<optimized out>) from c:\Users\LeimgruberF\.emacs.d\eln-cache\28.1.50-93a37783\helm-core-6b42f8de-26353aa9.eln #47 0x00007ff6094f70bf in Ffuncall (nargs=nargs@entry=10, args=args@entry=0xab88ffdde0) at eval.c:3023 #48 0x00007ff6094f92a0 in Fapply (nargs=2, args=0xab88ffdef0) at eval.c:2653 #49 0x00007ff91b2c6a9a in F68656c6d_helm_0 (nargs=<optimized out>, args=<optimized out>) from c:\Users\LeimgruberF\.emacs.d\eln-cache\28.1.50-93a37783\helm-core-6b42f8de-26353aa9.eln #50 0x00007ff6094f70bf in Ffuncall (nargs=nargs@entry=10, args=args@entry=0xab88ffdfc0) at eval.c:3023 #51 0x00007ff6094f92a0 in Fapply (nargs=2, args=0xab88ffe0d0) at eval.c:2653 #52 0x00007ff91b2c6a4d in F68656c6d_helm_0 (nargs=<optimized out>, args=<optimized out>) from c:\Users\LeimgruberF\.emacs.d\eln-cache\28.1.50-93a37783\helm-core-6b42f8de-26353aa9.eln #53 0x00007ff6094f9a6d in eval_sub (form=<optimized out>) at eval.c:2470 #54 0x00007ff6094fb16c in Funwind_protect (args=0x1ee2fb9d1f3) at lisp.h:1420 #55 0x00007ff6094f9c08 in eval_sub (form=<optimized out>) at eval.c:2451 #56 0x00007ff6094fb09d in Fprogn (body=0x0) at eval.c:465 #57 FletX (args=0x1ee2fb9cb93) at eval.c:983 #58 0x00007ff6094f9c08 in eval_sub (form=<optimized out>) at eval.c:2451 #59 0x00007ff6094fa6dd in Fprogn (body=0x0) at eval.c:465 #60 funcall_lambda (fun=0x1ee2fb9c443, fun@entry=0x2f8, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0xab88ffe600) at eval.c:3305 #61 0x00007ff6094fa8b9 in apply_lambda (fun=0x2f8, fun@entry=0x1ee2fb9c453, args=<optimized out>, count=2122375504051, count@entry=-138572329258512) at eval.c:3172 #62 0x00007ff6094f96e6 in eval_sub (form=<optimized out>) at eval.c:2575 #63 0x00007ff6094fb09d in Fprogn (body=0x0) at eval.c:465 #64 FletX (args=0x1ee27702013) at eval.c:983 #65 0x00007ff6094f9c08 in eval_sub (form=<optimized out>) at eval.c:2451 #66 0x00007ff6094fa6dd in Fprogn (body=0x0) at eval.c:465 #67 funcall_lambda (fun=0x1ee27702193, nargs=nargs@entry=1, arg_vector=arg_vector@entry=0xab88ffeaf0) at eval.c:3305 #68 0x00007ff6094f7079 in Ffuncall (nargs=nargs@entry=2, args=args@entry=0xab88ffeae8) at eval.c:3039 #69 0x00007ff6094f36a6 in Ffuncall_interactively (nargs=2, args=0xab88ffeae8) at callint.c:260 #70 0x00007ff6094f70bf in Ffuncall (nargs=nargs@entry=2122256158061, args=args@entry=0x0) at eval.c:3023 #71 0x00007ff6094f49df in Fcall_interactively (function=<optimized out>, record_flag=<optimized out>, keys=<optimized out>) at callint.c:798 #72 0x00007ff6094f9bc3 in eval_sub (form=<optimized out>) at eval.c:2504 #73 0x00007ff6094fa6dd in Fprogn (body=0x0) at eval.c:465 #74 funcall_lambda (fun=0x1ee2ddf3253, nargs=nargs@entry=0, arg_vector=arg_vector@entry=0xab88fff0c0) at eval.c:3305 #75 0x00007ff6094f7079 in Ffuncall (nargs=nargs@entry=1, args=args@entry=0xab88fff0b8) at eval.c:3039 #76 0x00007ff6094f36a6 in Ffuncall_interactively (nargs=1, args=0xab88fff0b8) at callint.c:260 #77 0x00007ff6094f70bf in Ffuncall (nargs=nargs@entry=2, args=args@entry=0xab88fff0b0) at eval.c:3023 #78 0x00007ff6094f9360 in Fapply (nargs=nargs@entry=3, args=0xab88fff0b0, args@entry=0xab88fff1a0) at eval.c:2606 #79 0x00007ff6094f4cc7 in Fcall_interactively (function=0x1ee26ac8e90, record_flag=<optimized out>, keys=0x7ff6099f7940 <pending_malloc_warning>) at callint.c:353 #80 0x00007ff92472bd2f in F636f6d6d616e642d65786563757465_command_execute_0 (par_0=0xffff81f8243fb0b0, par_1=0x0, par_2=0x0, par_3=<optimized out>) from c:\Users\LeimgruberF\opt\emacs-28\lib\emacs\28.1.50\native-lisp\28.1.50-93a37783\preloaded\simple-fab5b0cf-0f48f2a4.eln #81 0x00007ff6094f70bf in Ffuncall (nargs=nargs@entry=2, args=args@entry=0xab88fff290) at eval.c:3023 #82 0x00007ff6094f721d in call1 (fn=fn@entry=0x45f0, arg1=<optimized out>) at eval.c:2883 #83 0x00007ff60948a228 in command_loop_1 () at keyboard.c:1505 #84 0x00007ff6094f600d in internal_condition_case (bfun=bfun@entry=0x7ff609489e40 <command_loop_1>, handlers=handlers@entry=0x90, hfun=hfun@entry=0x7ff609480f80 <cmd_error>) at eval.c:1450 #85 0x00007ff60947a7ce in command_loop_2 (handlers=0x90) at keyboard.c:1133 #86 0x00007ff6094f5f7b in internal_catch (tag=tag@entry=0xf750, func=func@entry=0x7ff60947a7a0 <command_loop_2>, arg=arg@entry=0x90) at eval.c:1181 #87 0x00007ff60947a75c in command_loop () at keyboard.c:1111 #88 0x00007ff609480b34 in recursive_edit_1 () at keyboard.c:720 #89 0x00007ff609480ea9 in Frecursive_edit () at keyboard.c:803 #90 0x00007ff6095e3e6e in main (argc=<optimized out>, argv=0x1ee1f964170) at emacs.c:2354 #+end_example
Fabio Leimgruber <fabio.leimgruber@HIDDEN>
:bug-gnu-emacs@HIDDEN
.
Full text available.bug-gnu-emacs@HIDDEN
:bug#55654
; Package emacs
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.