rejetto forum
May 25, 2012, 03:48:09 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: This forum is free, you do NOT need to register to post. But you may.
PROBLEMS? QUESTIONS? CLICK HERE!
Fill the survey!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Testing build #182  (Read 3960 times)
0 Members and 1 Guest are viewing this topic.
rejetto
Administrator
Insane programmer
*
Online Online

Italy Italy

Posts: 11829


View Profile
« on: March 05, 2008, 11:19:21 AM »

I'm sorry for the last build  Tongue
it's always the same story, publishing at 5AM is not safe

download @ www.dovedove.it/hfs/hfs182.exe

what's new
- AV on every connection, introduced in build #181
Logged
jerome
Guest


Email
« Reply #1 on: March 05, 2008, 11:34:54 AM »

hello
same trouble than 181

create a new folder, rename it.....make crash HFS and disapear

from an empty HFS without template

good luck for 183
Logged
Tuskenraider
Experienced poster
***
Offline Offline

United States United States

Posts: 74



View Profile
« Reply #2 on: March 05, 2008, 01:20:45 PM »

create a new folder, rename it.....make crash HFS.......

yeah i just reproduced this error...  mine did the same thing.. no log was created btw..

tusken
Logged

pfffssshhh i dont need a signature...
Pit
Tireless poster
****
Offline Offline

Germany Germany

Posts: 115


P_Hampel@gmx.net
View Profile WWW
« Reply #3 on: March 05, 2008, 01:33:57 PM »

No connection over the i-net possible.

The same think happens by me if i rename a folder the cpu needs 100% and the service hang.  Huh?
« Last Edit: March 05, 2008, 01:40:43 PM by Pit » Logged

You reach our Webserver every day between 9 AM to 10 PM under: http://phampel.dyndns.org or http://free4you.dyndns.org
Mars
Operator
Insane poster
*****
Offline Offline

France France

Posts: 1481



View Profile WWW
« Reply #4 on: March 05, 2008, 05:45:16 PM »

Quote
create a new folder, rename it.....make crash HFS and disapear
The problem comes from the usage of two infinite buckles in a function: " until false " on the place of "until i=0"
Without wanting to offend Rejetto, here is a link towards the same version with the corrected bug as indicated

http://hfs.webhop.org/hfs182b.exe

Quote
function anyMacroMarkerIn(s:string):boolean;
var
  i, l: integer;
begin
result:=TRUE;
if pos('|', s) > 0 then exit;
l:=length(s);
i:=0;
// search for {. and .}
  repeat
  i:=posEx('.', s, i+1);
  if (i > 0) and ((s[i-1] = '{') or (i < l) and (s[i+1] = '}')) then exit;
  until false   i=0;
// search for {: and :}
  repeat
  i:=posEx(':', s, i+1);
  if (i > 0) and ((s[i-1] = '{') or (i < l) and (s[i+1] = '}')) then exit;
  until false   i=0;
  result:=FALSE;
end; // anyMacroMarkerIn
« Last Edit: March 05, 2008, 06:41:54 PM by mars » Logged
TSG
Operator
Insane poster
*****
Offline Offline

Australia Australia

Posts: 1919



View Profile WWW
« Reply #5 on: March 05, 2008, 09:13:18 PM »

Thank you mars Smiley this appears to work.
Logged

rejetto forum
« Reply #5 on: March 05, 2008, 09:13:18 PM »

Do you like this software? Consider even $2
 Logged
rejetto
Administrator
Insane programmer
*
Online Online

Italy Italy

Posts: 11829


View Profile
« Reply #6 on: March 06, 2008, 05:04:23 AM »

holy sheet, this lack of time is becoming a plague

thanks for addressing mars
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!


Google visited last this page May 17, 2012, 02:50:03 PM
anything