Bill, both give: '"/home/thomas/downloads/j64-803/tools/regex/libjpcre.so" regexec + i *x *c x *i i'&(15!:0)
Chris, there must be something very strange about my setup. I am using Arch Linux. Does jqt cause any library loads to be intercepted? These steps reproduce the behavior on my machine: thomas@thomas ~]$ cd downloads/ [thomas@thomas downloads]$ wget http://www.jsoftware.com/download/j803/install/j803_linux64.tar.gz --2015-01-08 08:46:19-- http://www.jsoftware.com/download/j803/install/j803_linux64.tar.gz Resolving www.jsoftware.com (www.jsoftware.com)... 23.21.67.48 Connecting to www.jsoftware.com (www.jsoftware.com)|23.21.67.48|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1625618 (1.5M) [application/x-gzip] Saving to: ‘j803_linux64.tar.gz’ j803_linux64.tar.gz 100%[==================================================================================>] 1.55M 1.15MB/s in 1.3s 2015-01-08 08:46:20 (1.15 MB/s) - ‘j803_linux64.tar.gz’ saved [1625618/1625618] [thomas@thomas downloads]$ tar xf j803_linux64.tar.gz [thomas@thomas downloads]$ cd j64-803/bin/ [thomas@thomas bin]$ ./jconsole load'regex' jregexec_jregex_ '"/home/thomas/downloads/j64-803/tools/regex/libjpcre.so" regexec + i *x *c x *i i'&(15!:0) 'H'rxmatch'Hello' 0 1 install'qtide' Updating server catalog... Installing 2 packages Downloading base library... Installing base library... Downloading ide/qt... Installing ide/qt... Done. Installing JQt binaries... Finished install of JQt binaries. exit and restart J using jqt.sh exit 0 [thomas@thomas bin]$ ./jqt load'regex' jregexec_jregex_ '"/home/thomas/downloads/j64-803/tools/regex/libjpcre.so" regexec + i *x *c x *i i'&(15!:0) 'H'rxmatch'Hello' ... _1 0 _1 0 _1 0 _1 0 ....... I was able to work around this by symlinking libjpcre to my system's pcre library. But I am curious to see if anyone can reproduce this. On Wed, Jan 7, 2015 at 6:40 PM, bill lam <[email protected]> wrote: > what does it show when you type > jregexec_jregex_ > in both jqt and jconsole? > On Jan 8, 2015 3:37 AM, "Thomas Costigliola" <[email protected]> wrote: > > > I am getting strange behavior from the regex library in J803 when using > the > > Qt IDE. Even stranger is that it does not happen under jconsole > > > > > > > > JVERSION > > > > Engine: j803/2014-10-19-11:11:11 > > > > Library: 8.03.10 > > > > Qt IDE: 1.3.1/4.8.6 > > > > Platform: Linux 64 > > > > Installer: J803 install > > > > InstallPath: /home/thomas/downloads/j64-803 > > > > > > 'H' rxmatch 'Hello' > > > > ... > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > _1 0 > > > > .... Lots more! > > > > > > > > jconsole give the correct result. Any idea what I am doing wrong? > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
