[Gambas-user] [Gambas Bug Tracker] Bug #1115: Segmentation Fault STREAM_write - gbr3

2017-06-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1115=L21haW4-

Olivier CRUILLES added an attachment:

gbr3_debuger_log.txt



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #1115: Segmentation Fault STREAM_write - gbr3

2017-06-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1115=L21haW4-

Olivier CRUILLES reported a new bug.

Summary
---

Segmentation Fault STREAM_write - gbr3

Type : Bug
Priority : Medium
Gambas version   : 3.9
Product  : Networking components


Description
---

Hello,
I've found a bug running command line program in Gambas using massively UDP 
Socket Server and Local Socket.
Attached the gbd trace.
Olivier


System information
--

[System]
Gambas=gbAsStatistics
OperatingSystem=Linux
Kernel=3.10.0-514.16.1.el7.x86_64
Architecture=x86_64
Distribution=redhat CentOS Linux release 7.3.1611 (Core)
Language=en_US.UTF-8
Memory=15101M

[Libraries]

[Environment]
HISTCONTROL=ignoredups
HISTSIZE=1000
HOME=/root
HOSTNAME=mtl-netflow01.sv.stw
LANG=en_US.UTF-8
LESSOPEN=||/usr/bin/lesspipe.sh %s
LOGNAME=root
LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.sh=01;32:*.csh=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.cpio=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.tif=01;35:
MAIL=/var/spool/mail/root
OLDPWD=/root/rpmbuild/RPMS/x86_64
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin
PWD=/tmp
SELINUX_LEVEL_REQUESTED=
SELINUX_ROLE_REQUESTED=
SELINUX_USE_CURRENT_RANGE=
SHELL=/bin/bash
SHLVL=1
SSH_CLIENT=10.100.21.121 42242 22
SSH_CONNECTION=10.100.21.121 42242 10.35.101.148 22
SSH_TTY=/dev/pts/14
TERM=xterm
TZ=:/etc/localtime
USER=root
XDG_RUNTIME_DIR=/run/user/0
XDG_SESSION_ID=2424
_=./info-gb.gbs



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] [Gambas Bug Tracker] Bug #1114: Agregar "Insertar fecha"

2017-06-08 Thread K-P Richter

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Class HtmlDocument

2017-06-08 Thread PICCORO McKAY Lenz
2017-06-08 10:02 GMT-04:00 Adrien Prokopowicz 
:

> Le Tue, 06 Jun 2017 15:50:24 +0200, adamn...@gmail.com 
> a écrit:
>
> On Mon, 5 Jun 2017 11:56:34 +0200
>> Hans Lehmann  wrote:
>>
>> Hello,
>>>
>>> why creates the following source text:
>>>
>>> Public Sub btnCreateHTMLDocument_Click()
>>>Dim hHtmlDocument As HtmlDocument
>>>
>>>hHtmlDocument = New HtmlDocument
>>>
>>
>> At this point hHtmlDocument.Html5 is false!!
>>
> I got curious about what Hans had said, and I can confirm that it is true,
and if it is a bug in xml component i dont know.. i think must be search
first and confirme if are in xml or not


>
>>
>>> *hHtmlDocument.Html5 = False**
>>> *
>>>Print hHtmlDocument.ToString(True)
>>>hHtmlDocument.Save(Application.Path &/ "test.html", True)
>>>
>>> End
>>>
>>> this HTML5 document? I would have expected: strict HTML 1.0!
>>>
>>> 
>>> 
>>>   
>>>
>>>
>>>
>>>   
>>>   
>>>   
>>> 
>>>
>>> Hans
>>> 
>>> --
>>> Check out the vibrant tech community on one of the world's most
>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>>> ___
>>> Gambas-user mailing list
>>> Gambas-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>
>>
>>
>> So, I guess that you are right. In fact, changing it to True and then
>> back to False seems to have absolutely no effect on the generated html text.
>> Oh well, back to Adrien for this one I'd say.
>>
>> b
>>
>
> Hi guys, sorry for the delay, I've been a bit busy and missed your email !
>
> This is indeed a bug in gb.xml.html, I'm looking into fixing it ASAP. :)
>
> Regards,
>
> --
> Adrien Prokopowicz
>
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Class HtmlDocument

2017-06-08 Thread Adrien Prokopowicz
Le Tue, 06 Jun 2017 15:50:24 +0200, adamn...@gmail.com  
 a écrit:



On Mon, 5 Jun 2017 11:56:34 +0200
Hans Lehmann  wrote:


Hello,

why creates the following source text:

Public Sub btnCreateHTMLDocument_Click()
   Dim hHtmlDocument As HtmlDocument

   hHtmlDocument = New HtmlDocument


At this point hHtmlDocument.Html5 is false!!



*hHtmlDocument.Html5 = False**
*
   Print hHtmlDocument.ToString(True)
   hHtmlDocument.Save(Application.Path &/ "test.html", True)

End

this HTML5 document? I would have expected: strict HTML 1.0!



  
   
   
   
  
  
  


Hans
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user



So, I guess that you are right. In fact, changing it to True and then  
back to False seems to have absolutely no effect on the generated html  
text.

Oh well, back to Adrien for this one I'd say.

b


Hi guys, sorry for the delay, I've been a bit busy and missed your email !

This is indeed a bug in gb.xml.html, I'm looking into fixing it ASAP. :)

Regards,

--
Adrien Prokopowicz

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #1114: Agregar "Insertar fecha"

2017-06-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1114=L21haW4-

Comment #3 by Víctor PEREZ:

Yes, the current date and current time according to the format you choose.

Sorry for the text in Spanish, I was wrong and I did not find how to modify it.

Greetings Benoît



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #1112: Request to add bufferSize configuration into Local Socket - gb.net

2017-06-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1112=L21haW4-

ADMINISTRATOR changed the state of the bug to: Accepted.




--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #1114: Agregar "Insertar fecha"

2017-06-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1114=L21haW4-

Comment #2 by Benoît MINISINI:

Please don't use spanish!

And I guess you want to insert the current date?

Benoît MINISINI changed the state of the bug to: Accepted.



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #1114: Agregar "Insertar fecha"

2017-06-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1114=L21haW4-

Comment #1 by Víctor PEREZ:

It is important to add a date to know when we comment, modify or add some code.

regards



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user