X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 6316A52864 for ; Tue, 7 Jun 2005 04:38:35 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 60196-02 for ; Tue, 7 Jun 2005 07:38:26 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by svr1.postgresql.org (Postfix) with ESMTP id 768FE52856 for ; Tue, 7 Jun 2005 04:38:25 -0300 (ADT) Received: by wproxy.gmail.com with SMTP id 69so132159wra for ; Tue, 07 Jun 2005 00:38:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ILvO0yvwolAbARNIp9dBla8JyAUTFujKi1+s9p1svSd+ZLkKPPiwl953GFWzJE72tb0dd+t8sx/mdWftbzuHWyhgqLZbk43wGbsvLUITGTsCr/5gBIssLhqfoV03NpOOMtOvxsxvkB0NWyNGJx46EIQfawNj6MfKOA4b206SSzc= Received: by 10.54.123.10 with SMTP id v10mr1524635wrc; Tue, 07 Jun 2005 00:37:37 -0700 (PDT) Received: by 10.54.30.45 with HTTP; Tue, 7 Jun 2005 00:37:36 -0700 (PDT) Message-ID: <7104a737050607003715d34d18@mail.gmail.com> Date: Tue, 7 Jun 2005 10:37:36 +0300 From: Volkan YAZICI Reply-To: Volkan YAZICI To: Saquib Farooq Malik Subject: Re: process hangs when converting sgml documentation to PDF Cc: pgsql-docs@postgresql.org In-Reply-To: <20050607070857.25114.qmail@web30201.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050607070857.25114.qmail@web30201.mail.mud.yahoo.com> X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.147 tagged_above=0 required=5 tests=AWL, RCVD_BY_IP X-Spam-Level: X-Archive-Number: 200506/6 X-Sequence-Number: 3099 Hi, On 6/7/05, Saquib Farooq Malik wrote: > Can anybody please tell me why the process hangs up IMHO, you can try using strace (or any similar variant) to see if it's working in the background. (There could also be a verbose param. for jade too.) HTH. Regards.