-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Squid 4.14 for Windows runs into stackdumpfile #101
Comments
It is same as #95 |
thanks for your quick answer. but do i write --disable-arch-native in the squid.conf? and then run squid.exe -k parse? |
O you need to fully recompile :(
Best regards,
Rafael Akchurin
On 24 Aug 2021, at 15:03, christianjungwirth ***@***.***> wrote:
thanks for your quick answer.
but do i write --disable-arch-native in the squid.conf? and then run squid.exe -k parse?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#101 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AATNHVTEFTIRPHXZTYEWTJ3T6OJ75ANCNFSM5CWMCDVA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
ra-at-diladele-com, thank you for your answer, but allow me this stupid question: I download the the project from github, download cygwin, install the required packages. But which directory i have to compile? thank you for your support in advance. best regards |
Our repo does not include Squid itself, just the MSI installer files – you need to download the Squid from Squid developers at http://www.squid-cache.org/; then compile binaries and replace those we have in the repo with your versions. Then compile.
From: christianjungwirth ***@***.***>
Sent: Wednesday, 25 August 2021 07:36
To: diladele/squid-windows ***@***.***>
Cc: Rafael Akchurin ***@***.***>; Comment ***@***.***>
Subject: Re: [diladele/squid-windows] Squid 4.14 for Windows runs into stackdumpfile (#101)
ra-at-diladele-com, thank you for your answer, but allow me this stupid question:
I download the the project from github, download cygwin, install the required packages.
But which directory i have to compile?
thank you for your support in advance.
best regards
Christian
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#101 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AATNHVTYEW2G32UMGRGORJLT6R6KJANCNFSM5CWMCDVA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
I succeeded in building and running Squid with Cygwin on Windows 10. I downloaded source code from Squid sources, was squid-5.7 I used this archived wiki as starting base. Manually applied the patch on Open a
Edit
Run make and take a coffee, nap, etc... ( Run install and wait some minutes: Edit Open a
Start the service: You should have a Squid proxy working! |
@zepingouin Bro. Can you please share your compiled version. or explain what to do in |
As stated above, I used this archived wiki as starting base. From there, you can download the patch for Otherwise, I compiled squid-5.7 and you can download the archive at ftp://ftp.le-cycliste.fr/squid-5.7.tar.bz2.
Follow the instructions starting at |
Edit for Squid 6.1: Edit for Squid 6.3 and above: |
@zepingouin We dont have cygwin can you simply attach your modified compiled exe here in a zip? |
@Eboubaker You can download compiled files at |
I have the same cygwin_exception::open_stackdumpfile: Dumping stack trace to squid.exe.stackdump You mentioned this: Our repo does not include Squid itself, just the MSI installer files – you need to download the Squid from Squid developers at http://www.squid-cache.org/; then compile binaries and replace those we have in the repo with your versions. Then compile. What does that mean? I would appreciate if you could clarify that. Cheers! |
Hello,
i have installed Squid 4.14 for Windows on a Windows Server 2016 Standard.
Everytime i start the squid cmd and type for exampel squid.exe version i get the following massage:
11 [main] squid 410 cygwin_exception::open_stackdumpfile: Dumping stack trace to squid.exe.stackdump
When i open the stackdumpfile it contains this:
I have already reinstalled it, checked the config file and try squid -k parse but this runs in the same error.
Does anybody know this issue?
Best regards
Christian
The text was updated successfully, but these errors were encountered: