Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bWkp9-0003G7-LK for pgadmin-hackers@arkaria.postgresql.org; Mon, 08 Aug 2016 13:42:35 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bWkp9-00074o-8h for pgadmin-hackers@arkaria.postgresql.org; Mon, 08 Aug 2016 13:42:35 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bWkp8-00074i-TH for pgadmin-hackers@postgresql.org; Mon, 08 Aug 2016 13:42:35 +0000 Received: from mail-it0-x22d.google.com ([2607:f8b0:4001:c0b::22d]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bWkp5-0002Hb-AF for pgadmin-hackers@postgresql.org; Mon, 08 Aug 2016 13:42:34 +0000 Received: by mail-it0-x22d.google.com with SMTP id f6so82235162ith.0 for ; Mon, 08 Aug 2016 06:42:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=4zE07WWBen16yue3W96wxywzH3omDjhAeWv3hyBJ0Ho=; b=ELsBuTP4Jo9B6VaFK2tRMfhi2NtfLRUIykkenz31vAHZo1+8aZonL7yYxq1KFk7A3c gMBuX/+cOZLuRH0TRB+G9cxsjbGB3QSCj31RNY+0yaioqSxuoAQfDBJWMwLoAvowqAmz 5p6imBaPKa0o2bbUQBnxzMBVVMInc+vAfctzuIZwL+Annrh2rHVhWjFRz5QKjRPy9/pu Hh7E+7VTEBREnUcp6EmFQwYU46Qr0NCVJPZnTp2netm6m0NhEf4x3VVrAFzprfN9+CoB utz0Rqye0bKFsLXuXRlPeMSmNWGyleHMcBOohe6dxKE1uo2X7fGtvqtm8hnNxCc5BfbU 8G7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=4zE07WWBen16yue3W96wxywzH3omDjhAeWv3hyBJ0Ho=; b=BIvUersDQr3JTc3Dh/3VrnrCbsLTI1O0ewXpNIZsPKFQ88D9pSOPgRu+f/2YXOhZSF 0sR/GZurBUIAf4T8sKVlTKtKnkPY5+wEg/Mh8TB1goK6iKdesT/QUCEySzR3kR1SaC2R EGBtQSWbd2Ik2KSlzz+H+mh7lprFeWMccDtS3mohoDRT+IMDtQQFwtMQzZ3fFX7Zf4a7 zrRUtlC8rkcXpBot3mpECz3VtKLSF32Qq+RrUIrNfUJhg4kBMj017OVv+5bY8DsYsEe7 /fCZTMClMxRwM2QgcUbWAvi+31P/OwvSJl7HYM+gIIva2CZ92le8SIIsIvwH1lUjel0c dpAw== X-Gm-Message-State: AEkoouvSAkaBCHuBuPsC3Rh91YjmrNvhovs3m8Szoi1KRhg3KLQ1Dx+cLaZ2riKgnSKHXdIBpabrh+t3yTM5HQ== X-Received: by 10.36.117.79 with SMTP id y76mr17352598itc.35.1470663748450; Mon, 08 Aug 2016 06:42:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.208.97 with HTTP; Mon, 8 Aug 2016 06:42:27 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Mon, 8 Aug 2016 14:42:27 +0100 Message-ID: Subject: Re: [pgAdmin4][runtime][patch]: Runtime not working in all platform To: Neel Patel Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org Thanks, applied. On Mon, Aug 8, 2016 at 2:11 PM, Neel Patel wrote: > Hi, > > Please find attached patch file to fix the below issue. > > Issue:- > Runtime was not working in all platform due to syntax error in javascript. > This issue was introduced due to below commit. > > Prevent the user attempting to run external commands if the bin path is not > configured. Fixes #1177 > > f78024808e80fef67de1aef5c97d1756c6771c0e > > > It is working in browser but Qt's web engine is not able to handle the error > and goes into infinite loop of paint event which may crash the pgAdmin4 > application. > > Can you please review and commit this patch ? > > Thanks, > Neel Patel > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers