** Changed in: acroread (Ubuntu)
Status: Confirmed => Won't Fix
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/571247
Title:
acroread remains zombie, so pdfs won't be rendered anymore
To mana
** No longer affects: firefox (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/571247
Title:
acroread remains zombie, so pdfs won't be rendered anymore
To manage notifications about this bug
Hello, I'm using Ubuntu 13.04 and I can confirm this problem. I have to
kill the npviewer.bin process so I can reload the page and the pdf can
be seen again. There's no way to kill the acroread process, nothing will
kill it.
--
You received this bug notification because you are a member of Ubuntu
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: firefox (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/571247
Title:
acr
** Also affects: adobe-isv
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/571247
Title:
acroread remains zombie, so pdfs won't be rendered anymore
To mana
I'm still affected by this. My test case is Ubuntu 12.04.2, 32-bit,
fully up to date as of this morning. As I write this my version of
firefox is 22.0+build2-0ubuntu.12.04.1 and my version of acroread is
9.5.5-1precise1.
When I start Firefox and open a PDF in a tab, Firefox spawns a plugin-
contai
Hi, a new acroread release (0.9.4) is available for update, could you give it a
try and tell us if the problem persists?
If you still have this bug please set back the status to "new"
thanks
** Changed in: guadalinex
Status: New => Incomplete
** Changed in: acroread (Ubuntu)
Status
Hi all!
I was bitten by this bug too, In our case in a Maverick derived
distribution one and using Firefox 4.0.1. It's a kiosk distribution too
without a desktop environment (just a Firefox with a custom extension)
and this was a critical bug since the kiosk is used for consulting pdfs
(among othe
We are using Firefox 10 ESR on 32Bit Linux and have the same problem.
Unfortunaly we have an old kernel 2.6.23 without
"SOCK_NONBLOCK"-feature, so I comment the if-clause in the function
"accept_connection". Then the acroread_interceptor.c could be compiled -
with the "#define WRAPPER_INCARNATION"-
Any way to append the %u switch in your script?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/571247
Title:
acroread remains zombie, so pdfs won't be rendered anymore
To manage notifications about
I do not understand the solution/programming, but as an avid user, I owe
many thanks to sjardine, Massimiliano Calandrelli and Claude Krantz.
In "build_interceptor.sh" I added the -fPIC option to both "gcc" line like
this:
gcc -fPIC -shared -o acroread_exec_monitor.so acroread_exec_monitor.c
** Also affects: guadalinex
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/571247
Title:
acroread remains zombie, so pdfs won't be rendered anymore
To man
Thank you so much for this workaround! It works for maverick 64bits.
If anyone have problems compiling related to stubs.h library I resolved
it by installing the package libc6-dev-i386
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
h
... forgot this one:
Before running "build_interceptor.sh" as described above, one has to
change the line
- #undef WRAPPER_INCARNATION
+ #define WRAPPER_INCARNATION
in "acrobat_interceptor.c".
Sorry for that.
--
You received this bug notification because you are a member of Ubuntu
Bugs, whic
I can confirm that the LD_PRELOAD method does not work in a x86_64
environment (with 64-bit firefox). The acroread_exec_monitor.so does not
preload even if compiled with the -fPIC option. I did not really try to
understand why.
However, as suggested by swt-techie, one can compile
acroread_intercep
@sjardine:
You probably need to recompile the interceptor as a 32-bit executable.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/571247
Title:
acroread remains zombie, so pdfs won't be rendered anym
Sorry, never used it in a 64 bit environment, let us know what you
find...
2012/2/16 sjardine <571...@bugs.launchpad.net>
> When I try and compile using the build_interceptor.sh I get the
> following error:
>
> /usr/bin/ld: /tmp/ccUBMQ7v.o: relocation R_X86_64_32 against `.rodata' can
> not be us
When I try and compile using the build_interceptor.sh I get the
following error:
/usr/bin/ld: /tmp/ccUBMQ7v.o: relocation R_X86_64_32 against `.rodata' can not
be used when making a shared object; recompile with -fPIC
/tmp/ccUBMQ7v.o: could not read symbols: Bad value
collect2: ld returned 1 exit
ok after quite a few tests, it seems that it works correctly with the
run_firefox script every time.
It doesnt work if I open firefox normally (from launcher icon).
It does work if I open firefox from terminal
This suggests to that the .bashrc file isnt loaded properly. but then if I type
echo
just checked the permissions, they are correct. The space is there because I
just copied and pasted the line from your earlier post (#26) but I removed it
from my bash file...
strange, i'll do a bit more testing and see if I can figure out whats going on.
thanks again
--
You received this bug
No, unless you have installed the files in different locations, you don't
need to export the other two variables; of course, being explicit wouldn't
hurt.
Check for correct file permissions and double check that extra space I see
between "bin/" and "acroread".
2012/2/9 f_padia <571...@bugs.launchp
hmm it seems to have stopped working. I have put export
LD_PRELOAD=/usr/local/bin/ acroread_exec_monitor.so in my .bashrc file
but I dont see the interceptor process in sys. monitor. When I use the
run_firefox.sh script, however, it does seem to work properly. Do I also
need to add the other two li
David Schumann, sorry for mistyping your name!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/571247
Title:
acroread remains zombie, so pdfs won't be rendered anymore
To manage notifications about t
Thanks to David Schulmann for reporting a bug which prevented the interceptor
from terminating with firefox.
Update can be found in the attachment.
** Attachment added: "acroread_firefox_workaround.tgz"
https://bugs.launchpad.net/ubuntu/+source/acroread/+bug/571247/+attachment/2721489/+files/
Thank you for writing! I'm glad to know my work helps someone.
2012/1/27 f_padia <571...@bugs.launchpad.net>
> Thanks for the workaround! this has been bugging me for ages and now I
> can finally view pdf's without having to save them all and open.
>
> --
>
--
You received this bug notification
Thanks for the workaround! this has been bugging me for ages and now I
can finally view pdf's without having to save them all and open.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/571247
Title:
ac
The short answer is: yes.
Alternatively, you can insert the (eventually edited) "export" lines into
the appropriate files, so that the GUI runs with an environment in which
the LD_PRELOAD variable is correctly set.
Clicking on an icon to launch firefox should then have the same effect of
using the
Hmmm, do i have to call the script run_firefox.sh each time I start
firefox?
If so, that's my error.
- CH
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/571247
Title:
acroread remains zombie, so pd
When running run_firefox.sh? I can't tell much from the error alone, yet it
looks like you have an extra dollar somewhere, in spite of the economic
crisis :-)
I mean something like "export $LD_PRELOAD", with a spurious dollar sign. If
you still can't solve this problem, send me more info (personali
hmm
this is what I get in terminal:
bash: export: `acroread_exec_monitor.so': not a valid identifier
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/571247
Title:
acroread remains zombie, so pdfs wo
2011/12/20 cement_head <571...@bugs.launchpad.net>
> Do you have to recompile after every kernel upgrade?
>
No
>
> I can't seem to have this autoload from my bashrc file, here are the
> relevant lines:
>
> # Adobe Acroread Zombie Workaround
> export LD_PRELOAD=/usr/local/bin/acroread_exec_monito
Do you have to recompile after every kernel upgrade?
I can't seem to have this autoload from my bashrc file, here are the
relevant lines:
# Adobe Acroread Zombie Workaround
export LD_PRELOAD=/usr/local/bin/acroread_exec_monitor.so
What am I missing?
--
You received this bug notification becaus
I can confirm that this workaraund solves the issue - although it'd be
nice if Adobe patched their software.
- CH
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/571247
Title:
acroread remains zombie
Improvement to avoid interference between the interceptor and the
original acroread program when used standalone.
** Attachment added: "workaround by interposition of an interceptor"
https://bugs.launchpad.net/ubuntu/+source/acroread/+bug/571247/+attachment/2620275/+files/acroread_firefox_work
Okay, it works!
But, do you mean
# Adobe Acroread Zombie Workaround
export LD_PRELOAD=/usr/local/bin/acroread_exec_monitor.so
in the .bashrc script? WITHOUT the space between the path (export
LD_PRELOAD=/usr/local/bin/) and the file?
Also, I get this from running from terminal:
PID=31011 ac
This is a workaroud I had to write in order to use ubuntu as a kiosk, so it's
not, strictly speaking, a solution.
Antway, it works quite well, so I decided to share it.
** Attachment added: "workaround by interposition of an interceptor"
https://bugs.launchpad.net/ubuntu/+source/acroread/+bug
You have to compile the source files; you can use the script
build_interceptor.sh to do so.
When done, please move (or copy) the files "acroread_interceptor" and
"acroread_exec_monitor.so" in /usr/local/bin.
(optionally, you can change this path at will by editing the .c source file
and recompiling
How would I install your workaraund?
Thanks,
CH
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/571247
Title:
acroread remains zombie, so pdfs won't be rendered anymore
To manage notifications about
This is not a mozilla bug, as far as I can see. It rather appears to be
Adobe's fault. Anyway, I had the same problem and, since I could not
find a solution in the web, I wrote a small workaround program.
You'll find some hint on what's under the hood in the comment at the beginning
of the file a
Still broken in 9.4.6. The issue described in the release notes sounds
like a browser freeze, whereas this issue is where acroread exits, but
nspluginwrapper/nppdf.so is still around so it prevents future PDFs from
being viewed.
--
You received this bug notification because you are a member of U
According to
http://kb2.adobe.com/cps/837/cpsid_83708/attachments/Acrobat_Reader_ReleaseNote_9.4.6_8.3.1.pdf
this issue is fixed in version 9.4.6 which is in lucid .
Can someone test and confirm this?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscr
Additional workaround: Keep a PDF open in at least one tab, then killall
is not necessary. Subsequent PDF's display correctly.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/571247
Title:
acroread re
Same error in 11.10 (64bit)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/571247
Title:
acroread remains zombie, so pdfs won't be rendered anymore
To manage notifications about this bug go to:
http
Ubuntu 10.04.3 LTS 64bit.
2.6.32.32
acroread Version: 9.4.2-0lucid1
nspluginwrapper Version: 1.2.2-0ubuntu6.10.04.1
firefox Version: 7.0.1+build1+nobinonly-0ubuntu0.10.04.1~mfs1
same issue. acroread zombies, killing nspluginwrapper allows a new pdf
to be viewed.
13349 ?S 0:02
/usr/li
I installed acroread 9.4.1 from the archive, it has the same problem only it
happens less often then with version 9.4.2
If I install version 9.4.1 the problem can be "solved" be stopping and starting
the browser again, it cleans up the defunct acroread process.
--
You received this bug notifica
** Changed in: nspluginwrapper
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/571247
Title:
acroread remains zombie, so pdfs won't be rendered anymore
To manage notif
** Changed in: acroread (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/571247
Title:
acroread remains zombie, so pdfs won't be rendered anymore
To manage not
On Thu, 14 Jul 2011, Jeff Davis wrote:
> The only thing that has worked for me: killall -KILL npviewer.bin, then
> refresh the browser page.
>
> Adobe? Bueller? Bueller?
I did report the problem to Adobe. No response as of yet.
--
You received this bug notification because you are a member
The only thing that has worked for me: killall -KILL npviewer.bin, then
refresh the browser page.
Adobe? Bueller? Bueller?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/571247
Title:
acroread re
Same here: Ubuntu 11.04 64Bit with Firefox 5 on Thinkpad T400 4GB Ram.
Any Ideas/Fixes?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/571247
Title:
acroread remains zombie, so pdfs won't be rendered
hi
have same problem on 11.04 32-bit (good old hp nx7010), and 11.04 64-bit (new
dell 3350) so it seems that it is platform independent, everything is up to
date.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad
I reported this bug in #731966 back in 2011-03-11.
It's not limited to the 64bit version.
I'm using:
i686 2.6.38-8-generic-pae
xubuntu 11.04
firefox 5.0
acroread 9.4.2
All patched up to the latest version this morning.
Still same problem.
It was introduced by acroread 9.4.2, the 9.4.1 version
Unfortunately the only PDF Reader fully compatible with the ISO32000-2008
standard is Acrobat Reader.
This means that the other readers are not an option if you want to open (for
example) documents with special content like digital signatures, forms,
bookmarks, etc.
--
You received this bug no
Correction the RAM changes do not consistently fix this issue.
I have found Chrome or Chromium both work well with out the need of
Acroread.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/571247
Title
Here are a couple of really ugly workarounds if like me you have to have
embedded PDFs in FireFox.
1 add an application launcher to the panel with the code killall
npviewer.bin
click on it when acroread freezes up and then refresh your page
2 switch to the 32 bit version of Ubuntu
3 Remove
Same problem here: Defunct acroread process and Firefox won't display
PDF files any more.
Similar Problem described here:
https://bugs.launchpad.net/ubuntu/+source/acroread/+bug/731966
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
h
A lot of the following errors were reported on .xsession-errors log:
(acroread:5152): GLib-GObject-WARNING **: invalid uninstantiatable type
`(null)' in cast to `GObject'
(acroread:5152): GLib-GObject-WARNING **: instance of invalid
non-instantiatable type `(null)'
(acroread:5152): GLib-GObject-
I think that this is related with the following bug:
https://bugs.launchpad.net/ubuntu/+source/nspluginwrapper/+bug/726423
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/571247
Title:
acroread remain
I experience this issue also on Maverick 64-bit. I can recover from it
by killing nspluginwrapper.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/571247
Title:
acroread remains zombie, so pdfs won't
** Summary changed:
- a lot of errors when loading multiple pdf's
+ acroread remains zombie, so pdfs won't be rendered anymore
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/571247
Title:
acroread r
60 matches
Mail list logo