Re: SM 2.46 hangs trying to print

2017-01-08 Thread Frank-Rainer Grahl

> So it seems this is Gecko code, not SM code, so could also be affecting FF?

Probably. But SeaMonkey might do something a little differently or missing a 
code patch here and there. As said not the first time I experienced a print 
lockup after upgrading but overall its imho only Gecko code.


Gerry Hickman wrote:

Frank-Rainer Grahl wrote:

new settings that work (but look wrong)
print_paper_height, -1.00
print_paper_width, -1.00


These are not used/set/reset in SeaMonkey code. -1 sounds like some sort
of default and is also used in Firefox.

Seems the print dialog and functions got a major update in Gecko 49
which corresponds to 2.46:

https://bugzilla.mozilla.org/show_bug.cgi?id=1189846


So it seems this is Gecko code, not SM code, so could also be affecting FF?
reading bugzilla id=1189846, it looks like these are major code changes 
related to printing, and much of it appears to be experimental.





___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.46 hangs trying to print

2017-01-08 Thread Gerry Hickman

Frank-Rainer Grahl wrote:

new settings that work (but look wrong)
print_paper_height, -1.00
print_paper_width, -1.00


These are not used/set/reset in SeaMonkey code. -1 sounds like some sort
of default and is also used in Firefox.

Seems the print dialog and functions got a major update in Gecko 49
which corresponds to 2.46:

https://bugzilla.mozilla.org/show_bug.cgi?id=1189846


So it seems this is Gecko code, not SM code, so could also be affecting FF?
reading bugzilla id=1189846, it looks like these are major code changes 
related to printing, and much of it appears to be experimental.



--
Gerry Hickman (London UK)
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.46 hangs trying to print

2017-01-07 Thread Frank-Rainer Grahl

Thanks for checking it out.

> new settings that work (but look wrong)
> print_paper_height, -1.00
> print_paper_width, -1.00

These are not used/set/reset in SeaMonkey code. -1 sounds like some sort of 
default and is also used in Firefox.


Seems the print dialog and functions got a major update in Gecko 49 which 
corresponds to 2.46:


https://bugzilla.mozilla.org/show_bug.cgi?id=1189846

Looks like we need to monitor this and look closer if it happens after the 
next update again.


FRG

Gerry Hickman wrote:

Gerry Hickman wrote:

The bug report is exactly the same issue as I am seeing.


I tested removing certain print related settings from prefs.js (about:config), 
and I'm now able to switch between a browser that is able to print, and a 
browser that hangs.


I found two categories of "print" settings in prefs.js
1. "print_printer", {printer name} and "printer_{printer name}", {value}
2. "print.print_printer", {printer name} and "print.printer_{printer name}", 
{value}


Category #1 (without the 'dot') seem to be irrelevant - I deleted all of them, 
and printing was still broken.


Category #2 (with the 'dot') are the settings that were causing the issue. If 
I delete all of them, I lose the old page setup parameters, but I'm able to 
print, and any new page setup parameters will be written back to prefs.js.


I also tried to narrow down the specific settings in category #2 that were 
causing the issue, and it looks like the "print_paper_{setting}" and related 
settings.


old settings that cause hang (but look correct)
print_paper_height, 11.00
print_paper_width, 8.50

new settings that work (but look wrong)
print_paper_height, -1.00
print_paper_width, -1.00

So there's an easy workaround for the technical user, but this is not a great 
upgrade experience for a non-technical user. Either way, a setting in prefs.js 
should not be able to cause a browser hang, it suggests parsing (and 
validation) of parameters is not as it should be. I'm fairly sure this must be 
related to recent changes to the SeaMonkey code, as it was always stable in 
the past.





___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.46 hangs trying to print

2017-01-07 Thread Gerry Hickman

Gerry Hickman wrote:

The bug report is exactly the same issue as I am seeing.


I tested removing certain print related settings from prefs.js 
(about:config), and I'm now able to switch between a browser that is 
able to print, and a browser that hangs.


I found two categories of "print" settings in prefs.js
1. "print_printer", {printer name} and "printer_{printer name}", {value}
2. "print.print_printer", {printer name} and "print.printer_{printer 
name}", {value}


Category #1 (without the 'dot') seem to be irrelevant - I deleted all of 
them, and printing was still broken.


Category #2 (with the 'dot') are the settings that were causing the 
issue. If I delete all of them, I lose the old page setup parameters, 
but I'm able to print, and any new page setup parameters will be written 
back to prefs.js.


I also tried to narrow down the specific settings in category #2 that 
were causing the issue, and it looks like the "print_paper_{setting}" 
and related settings.


old settings that cause hang (but look correct)
print_paper_height, 11.00
print_paper_width, 8.50

new settings that work (but look wrong)
print_paper_height, -1.00
print_paper_width, -1.00

So there's an easy workaround for the technical user, but this is not a 
great upgrade experience for a non-technical user. Either way, a setting 
in prefs.js should not be able to cause a browser hang, it suggests 
parsing (and validation) of parameters is not as it should be. I'm 
fairly sure this must be related to recent changes to the SeaMonkey 
code, as it was always stable in the past.



--
Gerry Hickman (London UK)
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.46 hangs trying to print

2017-01-06 Thread Peter Nieman

On 06/01/17 06:46, Rainer Bielefeld wrote:

I added a hint at "SeaMonkey/Troubleshooting"
.


Thanks.

That's a great wiki, BTW. I didn't even know it existed.

p. n.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.46 hangs trying to print

2017-01-05 Thread Rainer Bielefeld
On 05.01.2017 16:44, Peter Nieman wrote:

> page "about:config" in the browser and reset all the printer-related
> entries marked as "user set" (except "print_printer").

Hello,

I added a hint at "SeaMonkey/Troubleshooting"
.

It would be great if other proven workarounds for other problems would
be added by users.

CU

Rainer

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.46 hangs trying to print

2017-01-05 Thread Peter Nieman

On 05/01/17 20:49, Gerry Hickman wrote:

I did look at about:config and there are many settings that say "user
set", and not just related to printers, but I don't remember setting any
of them?



Neither do I. Maybe they come from the OS or from choices we made in 
some dialogs like the Print dialog? Anyway, it seems to me that the new 
SM version interprets some of these preferences differently and 
therefore chokes on them. Resetting at least those settings that refer 
to page sizes, margins etc. can't hurt, IMHO. For me at least it did 
solve the problem. (I did not have this problem on my Linux PC, by the way.)


p. n.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.46 hangs trying to print

2017-01-05 Thread Rainer Bielefeld
On 05.01.2017 20:49, Gerry Hickman wrote:

> I don't remember setting any
> of them?

Hello,

like here ...
I don't have any problems, but I see tons of "user changed" printer
preferences what definitively have not been changed by me. May be there
are other processes which do those changes.

I wonder whether with 2.46 additional changes come and cause problems,
or whether these troublemaking changes have there been for a long time,
but started to cause problems with 2.46.

CU

Rainer
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.46 hangs trying to print

2017-01-05 Thread Gerry Hickman

Peter Nieman wrote:

On 05/01/17 11:21, Rainer Bielefeld wrote:

"Bug 1328603 - Print and Print Preview most times hangs, PP shows
damaged contents if not hangs"
 ?



I ran into the same problem just an hour ago (Win7). The solution
(inspired by the reporter of the above-mentioned bug) was to open the
page "about:config" in the browser and reset all the printer-related
entries marked as "user set" (except "print_printer").


The bug report is exactly the same issue as I am seeing.
I did look at about:config and there are many settings that say "user 
set", and not just related to printers, but I don't remember setting any 
of them?


--
Gerry Hickman (London UK)
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.46 hangs trying to print

2017-01-05 Thread Peter Nieman

On 05/01/17 11:21, Rainer Bielefeld wrote:

"Bug 1328603 - Print and Print Preview most times hangs, PP shows
damaged contents if not hangs"
 ?



I ran into the same problem just an hour ago (Win7). The solution 
(inspired by the reporter of the above-mentioned bug) was to open the 
page "about:config" in the browser and reset all the printer-related 
entries marked as "user set" (except "print_printer").


p. n.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.46 hangs trying to print

2017-01-05 Thread Rainer Bielefeld
"Bug 1328603 - Print and Print Preview most times hangs, PP shows
damaged contents if not hangs"
 ?
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.46 hangs trying to print

2017-01-03 Thread Gerry Hickman

Mason83 wrote:

My bad. "End Task" probably sends the Windows equivalent of SIGKILL,
i.e. a signal that kills a process without giving it a chance to
perform the "last rites" ;-)

Hence no stack unwinding from the breakpad signal handler.

Question to Windows admins: is there a way to send the equivalent
of SIGTERM to a process? I.e. request graceful termination.


It probably tries SIGTERM (WM_CLOSE), but then ends up doing SIGKILL.

--
Gerry Hickman (London UK)
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.46 hangs trying to print

2017-01-02 Thread Mason83
On 02/01/2017 16:02, Gerry Hickman wrote:

> Mason83 wrote:
> 
>> When you kill SM with "End Task", SM generates a stack dump.
>> What do you have in about:crashes ?
> 
> There's only two reports from 2014 and 2015, nothing from today.
> It was a "hang" rather than a "crash", but "End Task" did close it.
> I forgot to mention that one of the CPUs was also locked at 100%

My bad. "End Task" probably sends the Windows equivalent of SIGKILL,
i.e. a signal that kills a process without giving it a chance to
perform the "last rites" ;-)

Hence no stack unwinding from the breakpad signal handler.

Question to Windows admins: is there a way to send the equivalent
of SIGTERM to a process? I.e. request graceful termination.

Regards.

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.46 hangs trying to print

2017-01-02 Thread Keith Thompson

On 01/02/17 5:35 PM, Frank-Rainer Grahl wrote:

Gerry Hickman wrote:

Frank-Rainer Grahl wrote:

Didn't check with 2.46 yet but works fine here with 2.48.


I can only see official build for SM 2.46, Win, x86. Did you build it from
source?


Yes currently in Beta. Will likely become the next SeaMonkey version after 2.46.


I've now found it hangs trying to print any web page, even local HTML files.
Safe mode is no different.


Personally I am thinking you printer driver may be the problem. And SeaMonkey
isn't that good cleaning up old drivers either. Backup your profile and go to
about:config. Search for print and reset every entry which is not the default
(the bold ones). If you can disconnect your printer and deinstall its software
 completely. I had similar problems a while back with an older HP Laserjet.
There were several generations of drivers still in the Windows registry. Took
me a few hours to clean everything out.


As I understand it, I can't go back to 2.40 without risking data loss due to
new sqlite format and POP3 message store incompatibility...


Yes this might cause problems. If you try it at least back up the profile
before and delete the storage.sqlite and storage dir from you profile after
going back to 2.40. But I would try to fix the problem. Its likely something
on your system alone because no one else reported a similar problem yet.

FRG

FRG
I have experienced this with 2.40 in the past.  If I pick another printer 
driver, I can usually get my print.  The biggest problem is if I try the pdf 
driver first and then try to go to my Canon printer, I cannot access that.  By 
using another pdf driver, I can usually get it and then the canon.


___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.46 hangs trying to print

2017-01-02 Thread Frank-Rainer Grahl

Gerry Hickman wrote:

Frank-Rainer Grahl wrote:

Didn't check with 2.46 yet but works fine here with 2.48.


I can only see official build for SM 2.46, Win, x86. Did you build it from 
source?


Yes currently in Beta. Will likely become the next SeaMonkey version after 2.46.

I've now found it hangs trying to print any web page, even local HTML files. 
Safe mode is no different.


Personally I am thinking you printer driver may be the problem. And SeaMonkey 
isn't that good cleaning up old drivers either. Backup your profile and go to 
about:config. Search for print and reset every entry which is not the default 
(the bold ones). If you can disconnect your printer and deinstall its software 
 completely. I had similar problems a while back with an older HP Laserjet. 
There were several generations of drivers still in the Windows registry. Took 
me a few hours to clean everything out.


As I understand it, I can't go back to 2.40 without risking data loss due to 
new sqlite format and POP3 message store incompatibility...


Yes this might cause problems. If you try it at least back up the profile 
before and delete the storage.sqlite and storage dir from you profile after 
going back to 2.40. But I would try to fix the problem. Its likely something 
on your system alone because no one else reported a similar problem yet.


FRG

FRG
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.46 hangs trying to print

2017-01-02 Thread David E. Ross
On 1/2/2017 11:34 AM, Gerry Hickman wrote:
> Frank-Rainer Grahl wrote:
>> Didn't check with 2.46 yet but works fine here with 2.48.
> 
> I can only see official build for SM 2.46, Win, x86. Did you build it 
> from source?
> 
> I've now found it hangs trying to print any web page, even local HTML 
> files. Safe mode is no different.
> 
> As I understand it, I can't go back to 2.40 without risking data loss 
> due to new sqlite format and POP3 message store incompatibility...
> 

Do you have the doPDF application installed on your PC?  I found that
cancelling a print-to-PDF from SeaMonkey will disable further printing
of any kind from SeaMonkey.

Can you print from any other application on your PC?

When you try to print from SeaMonkey, do you see the proper
identification of your printer in the Print dialogue?

Have you tried shutting down Windows and then doing a cold reboot?

I am sure you tried all or most of these, but try them again.

-- 
David E. Ross

The Crimea is Putin's Sudetenland.
The Ukraine will be Putin's Czechoslovakia.
See .
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.46 hangs trying to print

2017-01-02 Thread Gerry Hickman

Frank-Rainer Grahl wrote:

Didn't check with 2.46 yet but works fine here with 2.48.


I can only see official build for SM 2.46, Win, x86. Did you build it 
from source?


I've now found it hangs trying to print any web page, even local HTML 
files. Safe mode is no different.


As I understand it, I can't go back to 2.40 without risking data loss 
due to new sqlite format and POP3 message store incompatibility...


--
Gerry Hickman (London UK)
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.46 hangs trying to print

2017-01-02 Thread Paul B. Gallagher

Gerry Hickman wrote:


I've found a way to reproduce it

Navigate to

http://www.lgo.org.uk/

Select "File : Print Preview"

On my machine, this causes SM to stop responding...


WFM.

AdBlock Plus enabled, javascript enabled in browser.

--
War doesn't determine who's right, just who's left.
--
Paul B. Gallagher

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.46 hangs trying to print

2017-01-02 Thread David E. Ross
On 1/2/2017 7:20 AM, Frank-Rainer Grahl wrote:
> Didn't check with 2.46 yet but works fine here with 2.48. But the site hangs 
> when I enable all javascript on it. Tries to phone to syndication.twitter.com 
> and doesn't seem to reach it or its because I use Adblock+ and Noscript.
> 
> FRG
> 

It worked for me with all JavaScript enabled.

-- 
David E. Ross

The Crimea is Putin's Sudetenland.
The Ukraine will be Putin's Czechoslovakia.
See .
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.46 hangs trying to print

2017-01-02 Thread Ant

On 1/2/2017 4:50 AM, Gerry Hickman wrote:

Hi,

Windows 7, SM 2.46
I've been auto-updated to 2.46, and trying to print a web page now
causes a complete hang - only way out is to "end task"

This happened with two different pages within
https://online.hmrc.gov.uk/

I've never had issues printing from SM in the past...


No problems here in my v2.46 in an updated 64-bit W7 HPE SP1 OS. Have 
you tried SM's safe mode and maybe new profile?

--
Happy New Year! <|:)
Note: A fixed width font (Courier, Monospace, etc.) is required to see 
this signature correctly.

   /\___/\ Ant(Dude) @ http://antfarm.ma.cx (Personal Web Site)
  / /\ /\ \Ant's Quality Foraged Links: http://aqfl.net
 | |o   o| |
\ _ /If crediting, then use Ant nickname and AQFL URL/link.
 ( )   Axe ANT from its address if e-mailing privately.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.46 hangs trying to print

2017-01-02 Thread Frank-Rainer Grahl
Didn't check with 2.46 yet but works fine here with 2.48. But the site hangs 
when I enable all javascript on it. Tries to phone to syndication.twitter.com 
and doesn't seem to reach it or its because I use Adblock+ and Noscript.


FRG


Gerry Hickman wrote:

I've found a way to reproduce it

Navigate to

http://www.lgo.org.uk/

Select "File : Print Preview"

On my machine, this causes SM to stop responding...

Gerry Hickman wrote:

Mason83 wrote:


When you kill SM with "End Task", SM generates a stack dump.
What do you have in about:crashes ?


There's only two reports from 2014 and 2015, nothing from today.
It was a "hang" rather than a "crash", but "End Task" did close it.
I forgot to mention that one of the CPUs was also locked at 100%







___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.46 hangs trying to print

2017-01-02 Thread Ed Mullen

On 1/2/2017 at 10:08 AM, Gerry Hickman's prodigious digits fired off:

I've found a way to reproduce it

Navigate to

http://www.lgo.org.uk/

Select "File : Print Preview"

On my machine, this causes SM to stop responding...

Gerry Hickman wrote:

Mason83 wrote:


When you kill SM with "End Task", SM generates a stack dump.
What do you have in about:crashes ?


There's only two reports from 2014 and 2015, nothing from today.
It was a "hang" rather than a "crash", but "End Task" did close it.
I forgot to mention that one of the CPUs was also locked at 100%







Print preview worked just fine for me.  SM 2.47.

--
Ed Mullen
http://edmullen.net/
A penny saved is ridiculous.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.46 hangs trying to print

2017-01-02 Thread Gerry Hickman

I've found a way to reproduce it

Navigate to

http://www.lgo.org.uk/

Select "File : Print Preview"

On my machine, this causes SM to stop responding...

Gerry Hickman wrote:

Mason83 wrote:


When you kill SM with "End Task", SM generates a stack dump.
What do you have in about:crashes ?


There's only two reports from 2014 and 2015, nothing from today.
It was a "hang" rather than a "crash", but "End Task" did close it.
I forgot to mention that one of the CPUs was also locked at 100%





--
Gerry Hickman (London UK)
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.46 hangs trying to print

2017-01-02 Thread Gerry Hickman

Mason83 wrote:


When you kill SM with "End Task", SM generates a stack dump.
What do you have in about:crashes ?


There's only two reports from 2014 and 2015, nothing from today.
It was a "hang" rather than a "crash", but "End Task" did close it.
I forgot to mention that one of the CPUs was also locked at 100%


--
Gerry Hickman (London UK)
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.46 hangs trying to print

2017-01-02 Thread Mason83
On 02/01/2017 13:50, Gerry Hickman wrote:

> Windows 7, SM 2.46
> I've been auto-updated to 2.46, and trying to print a web page now 
> causes a complete hang - only way out is to "end task"
> 
> This happened with two different pages within
> https://online.hmrc.gov.uk/
> 
> I've never had issues printing from SM in the past...

When you kill SM with "End Task", SM generates a stack dump.
What do you have in about:crashes ?

Regards.

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


SM 2.46 hangs trying to print

2017-01-02 Thread Gerry Hickman

Hi,

Windows 7, SM 2.46
I've been auto-updated to 2.46, and trying to print a web page now 
causes a complete hang - only way out is to "end task"


This happened with two different pages within
https://online.hmrc.gov.uk/

I've never had issues printing from SM in the past...

--
Gerry Hickman (London UK)
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey