Post Reply 
Nail down this bug?
Oct. 16, 2010, 08:31 PM (This post was last modified: Oct. 16, 2010 10:22 PM by JJoe.)
Post: #16
RE: Nail down this bug?
(Oct. 16, 2010 05:54 PM)sidki3003 Wrote:  It's apparently only about the .ptron file, the lists don't seem to be affected.

Quote:Any list call after a "negate string positional variable mess" seems to initialize all positional variables.

I was wrong. Something else in the web page filters was 'fixing' things.

TEST 1

Add: (^z)\0nevermatch(^)|$TST(\0=*) to Bypass List.txt.
Load: Google
Result: Web Page incorrectly bypassed.
Remove: Bypass entry



TEST 2

Add following filters

Code:
[Patterns]
Name = "A -- correct: $TST(\0=*) does not match"
Active = TRUE
Limit = 256
Match = "$TST(\0=*)"
Replace = "\k"

Name = "E --  use list to create problem"
Active = TRUE
Limit = 256
Match = "$LST(Bypass)"

Name = "Es --  use list to create problem"
Active = TRUE
Limit = 256
Match = "$LST(Bypass-List)"

Add: (^z)\0nevermatch(^) to Bypass List.txt.
Load: Google
Result: Web Page incorrectly 'killed'.



TEST 3

Enable: Filter A
Disable: Filter E and Filter Es
Add: (^z)\0nevermatch(^) to Bypass List.txt.
Load: Google
Result: Web Page loads as expected.

This test 3 shows that the \0 problem (created in the Bypass list) was 'fixed' by the Proxomitron before the Web Page Filter A tested the variable.

Remove: Bypass entry and filters
Note: Filter E is for Scott's set. Filter Es is for sidki's set.

Edit:

(Oct. 16, 2010 09:21 AM)whenever Wrote:  
(Oct. 16, 2010 04:48 AM)JJoe Wrote:  However, after filter "D" fails, filter "A" finds "$TST(\0=*)" to be true and matches.

Well, finally a serious bug found: a positional var lives between different filters. Thumbs Up

Sidki mentioned another quirk about positional var before, which seems related: http://prxbx.com/forums/showthread.php?t...2#pid11062

Sidki also found this one. I'm just trying to document it and keep things moving.
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Nail down this bug? - sidki3003 - Oct. 13, 2010, 05:57 PM
RE: Nail down this bug? - Graycode - Oct. 13, 2010, 06:30 PM
RE: Nail down this bug? - sidki3003 - Oct. 13, 2010, 06:37 PM
RE: Nail down this bug? - JJoe - Oct. 14, 2010, 12:34 AM
RE: Nail down this bug? - sidki3003 - Oct. 14, 2010, 05:30 PM
RE: Nail down this bug? - JJoe - Oct. 14, 2010, 06:34 PM
RE: Nail down this bug? - JJoe - Oct. 16, 2010, 04:48 AM
RE: Nail down this bug? - whenever - Oct. 16, 2010, 09:21 AM
RE: Nail down this bug? - sidki3003 - Oct. 16, 2010, 09:55 AM
RE: Nail down this bug? - sidki3003 - Oct. 16, 2010, 09:53 AM
RE: Nail down this bug? - sidki3003 - Oct. 15, 2010, 05:53 PM
RE: Nail down this bug? - whenever - Oct. 16, 2010, 01:33 PM
RE: Nail down this bug? - sidki3003 - Oct. 16, 2010, 02:40 PM
RE: Nail down this bug? - JJoe - Oct. 16, 2010, 03:43 PM
RE: Nail down this bug? - sidki3003 - Oct. 16, 2010, 05:54 PM
RE: Nail down this bug? - JJoe - Oct. 16, 2010 08:31 PM
RE: Nail down this bug? - sidki3003 - Oct. 17, 2010, 11:23 AM
RE: Nail down this bug? - ProxRocks - Oct. 18, 2010, 07:50 PM
RE: Nail down this bug? - sidki3003 - Oct. 19, 2010, 12:21 AM
RE: Nail down this bug? - whenever - Oct. 19, 2010, 02:12 AM
RE: Nail down this bug? - sidki3003 - Oct. 19, 2010, 03:41 PM
RE: Nail down this bug? - JJoe - Oct. 19, 2010, 10:37 PM
RE: Nail down this bug? - sidki3003 - Oct. 19, 2010, 11:01 PM
RE: Nail down this bug? - JJoe - Oct. 19, 2010, 11:44 PM
RE: Nail down this bug? - JJoe - Oct. 20, 2010, 03:13 AM
RE: Nail down this bug? - sidki3003 - Oct. 20, 2010, 04:14 PM
RE: Nail down this bug? - JJoe - Oct. 20, 2010, 07:03 PM
RE: Nail down this bug? - JJoe - Oct. 20, 2010, 11:04 PM
RE: Nail down this bug? - sidki3003 - Oct. 21, 2010, 03:30 PM

Forum Jump: