Skip to content
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

Crash when perform "Use a proxy list per scheme" #1068

Closed
4 tasks done
kowith337 opened this issue May 8, 2024 · 1 comment
Closed
4 tasks done

Crash when perform "Use a proxy list per scheme" #1068

kowith337 opened this issue May 8, 2024 · 1 comment
Labels
bug Something isn't working reproducible Tried it, it's true

Comments

@kowith337
Copy link

kowith337 commented May 8, 2024

Preliminary checklist

  • I have read the README.
  • I have searched the existing issues for my problem. This is a new ticket, NOT a duplicate or related to another open issue.
  • I have updated Cromite to the latest version. The bug is reproducible on this latest version.
  • This is a bug report about the Cromite browser; not the website nor F-Droid nor anything else.

Can the bug be reproduced with corresponding Chromium version?

No

Are you sure?

Yes

Cromite version

124.0.6367.118

Device architecture

all

Platform version

Android 13

Android Device model

realme 11x (RMX3785)

Is the device rooted?

No

Changed flags

None

Is this bug happening in an incognito tab?

No

Is this bug caused by the adblocker?

No

Is this bug a crash?

No

Describe the bug

Whenever I set proxy with "Use a proxy list per scheme", it will constant crash, however, use other choices of proxy than that is seems fine.
Note that I can use that options in earlier version, but not for now...
I don't know which version is start to happened since, but it seems around version 122 or maybe earlier version than that, but this seems still present in latest. (124 as I'm currently written)
This can reproduce in multiplatform, I use Android 13 and Windows 10 (22H2)

This bug also affect macchrome/droidchrome as well, since it seems some features are shared from/to Cromite...

Steps to reproduce the bug

  1. Open Cromite and go to chrome://proxy
  2. Select radio button config to Use a proxy list per scheme: and fill proxy settings as desired.
  3. Press "Apply" to save change

Expected behavior

Proxy per scheme settings can be saved and doesn't constantly crash browser.

Screenshots

No response

@uazo uazo added bug Something isn't working reproducible Tried it, it's true labels May 8, 2024
@uazo
Copy link
Owner

uazo commented May 8, 2024

crash log:

 	chrome.dll!net::ProxyConfig::ProxyRules::ToString(void)	Unknown
 	chrome.dll!?OnProxyConfigChanged@ProxyConfigMessageHandler@?A0x577E1841@@UEAAXAEBVProxyConfigWithAnnotation@net@@W4ConfigAvailability@ProxyConfigService@3@@Z.050bdfdade9d34c601c4f24a4ca050f0�()	Unknown
 	chrome.dll!?OnProxyConfigChanged@ProxyConfigMessageHandler@?A0x577E1841@@UEAAXAEBVProxyConfigWithAnnotation@net@@W4ConfigAvailability@ProxyConfigService@3@@Z.050bdfdade9d34c601c4f24a4ca050f0�()	Unknown
 	chrome.dll!base::RepeatingCallback<void (const blink::WebHitTestResult &)>::Run(const blink::WebHitTestResult &)	C++
 	chrome.dll!content::WebUIImpl::ProcessWebUIMessage(class GURL const &,class std::__Cr::basic_string<char,struct std::__Cr::char_traits<char>,class std::__Cr::allocator<char> > const &,class base::Value::List)	Unknown
 	chrome.dll!content::WebUIImpl::Send(class std::__Cr::basic_string<char,struct std::__Cr::char_traits<char>,class std::__Cr::allocator<char> > const &,class base::Value::List)	Unknown
 	chrome.dll!content::mojom::WebUIHostStubDispatch::Accept(class content::mojom::WebUIHost *,class mojo::Message *)	Unknown
 	chrome.dll!mojo::InterfaceEndpointClient::HandleIncomingMessageThunk::Accept(class mojo::Message *)	Unknown
 	chrome.dll!mojo::InterfaceEndpointClient::HandleIncomingMessage(class mojo::Message *)	Unknown
 	chrome.dll!?RunOnce@?$Invoker@U?$FunctorTraits@$$QEAP8ChannelAssociatedGroupController@IPC@@EAAXVMessage@mojo@@VScopedUrgentMessageNotification@?A0x67563E2D@2@@Z$$QEAPEAV12@$$QEAV34@$$QEAV5?A0x67563E2D@2@@internal@base@@U?$BindState@$00$00$0A@P8ChannelAssociatedGroupController@IPC@@EAAXVMessage@mojo@@VScopedUrgentMessageNotification@?A0x67563E2D@2@@ZV?$scoped_refptr@VChannelAssociatedGroupController@IPC@@@@V34@V5?A0x67563E2D@2@@23@$$A6AXXZ@internal@base@@SAXPEAVBindStateBase@23@@Z.llvm.7591236302099393521�()	Unknown
 	chrome.dll!base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::DoWork(void)	C++
 	chrome.dll!base::MessagePumpForUI::DoRunLoop(void)	Unknown
 	chrome.dll!base::MessagePumpWin::Run(class base::MessagePump::Delegate *)	Unknown
 	chrome.dll!base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool,class base::TimeDelta)	C++
 	chrome.dll!base::RunLoop::Run(class base::Location const &)	Unknown
 	chrome.dll!content::BrowserMainLoop::RunMainMessageLoop(void)	Unknown
 	chrome.dll!content::BrowserMain(struct content::MainFunctionParams)	Unknown
 	chrome.dll!content::ContentMainRunnerImpl::RunBrowser(struct content::MainFunctionParams,bool)	Unknown
 	chrome.dll!content::ContentMainRunnerImpl::Run(void)	Unknown
 	chrome.dll!content::ContentMain(struct content::ContentMainParams)	Unknown
 	chrome.dll!ChromeMain�()	Unknown
 	chrome.exe!MainDllLoader::Launch(struct HINSTANCE__ *,class base::TimeTicks)	Unknown
 	chrome.exe!wWinMain�()	Unknown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working reproducible Tried it, it's true
Projects
None yet
Development

No branches or pull requests

2 participants