pmarks-net / ipvfoo

Display the current page's IP version and addresses
Apache License 2.0
545 stars 50 forks source link

New version 1.0.9 crashing - unusable #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to any URL
2. Crashes with message "IPvFoo has crashed.  Click this balloon to reload the 
extension."
3. Problem reoccurs after clicking balloon when going to any URL
4. Removed IPvFoo
5. Re-installed IPvFoo
6. Works fine
7. Close Chrome
8. Re-open Chrome
9. IPvFoo starts crashing all over again

What is the expected output? What do you see instead?
Expected to see IPv4 and IPv6 information.  None is displayed.  Only get crash 
message.

What version of the product are you using? On what operating system?
1.0.9
Window 7 32 bit

Please provide any additional information below.

Original issue reported on code.google.com by kevin.b....@gmail.com on 5 Jul 2012 at 4:43

GoogleCodeExporter commented 9 years ago
Will investigate after fireworks

Original comment by sparkm...@gmail.com on 5 Jul 2012 at 4:48

GoogleCodeExporter commented 9 years ago
I currently have no idea why it was crashing, so 1.0.13 is effectively a 
rollback to 1.0.8.  Please let me know if you see this crash in 1.0.13.

Original comment by sparkm...@gmail.com on 5 Jul 2012 at 6:02

GoogleCodeExporter commented 9 years ago
Seems to work fine.  Able to close Chrome and re-open Chrome and it still works 
fine.

Original comment by kevin.b....@gmail.com on 5 Jul 2012 at 6:49

GoogleCodeExporter commented 9 years ago
It seems that this crash doesn't happen when I run from the source tree, only 
when I install from the web store.

When the crash occurs, these errors get dumped to the console:
[30222:30222:31528640880:ERROR:extension_function.cc(143)] bad extension 
message pageAction.setIcon : terminating renderer.
[30222:30222:31528643587:ERROR:extension_function.cc(143)] bad extension 
message pageAction.setPopup : terminating renderer.
[30222:30222:31528643814:ERROR:extension_function.cc(143)] bad extension 
message pageAction.show : terminating renderer.

It was probably triggered by the page_action changes I made to manifest.json in 
1.0.9, but this could be a bug in Chrome.

Original comment by sparkm...@gmail.com on 5 Jul 2012 at 9:03

GoogleCodeExporter commented 9 years ago
This was caused by http://crbug.com/86449 .  I've added a workaround to r50 / 
1.0.14 .

Original comment by sparkm...@gmail.com on 5 Jul 2012 at 7:27