Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1747 by otlasa...@gmail.com: Memory error while running Rebog
https://code.google.com/p/robotframework/issues/detail?id=1747

Hi,

We are trying to generate reports and log out of a huge output.xml (>700MB) with rebot utility but unfortunately we are getting MemoryError (error trace below) .

I have already tried --splitlog, --removekeywords with out any success.
I tried searching the open and closed bugs for this issue and could found some options to avoid this issue while running the tests but We do not have much time to run these tests again . Any suggestions or hints to overcome this issue is highly appreciated.

Sanjay

###############################################################################
C:\Users\skvenkatesh\Desktop>rebot -d C:\Users\skvenkatesh\Desktop\parser --spli
tlog --removekeywords passed output.xml
Traceback (most recent call last):
  File "C:\Python27\lib\runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "C:\Python27\lib\runpy.py", line 72, in _run_code
    exec code in run_globals
  File "C:\Python27\lib\site-packages\robot\rebot.py", line 381, in <module>
    rebot_cli(sys.argv[1:])
File "C:\Python27\lib\site-packages\robot\rebot.py", line 345, in rebot_cli
    Rebot().execute_cli(arguments)
File "C:\Python27\lib\site-packages\robot\utils\application.py", line 44, in e
xecute_cli
    rc = self._execute(arguments, options)
File "C:\Python27\lib\site-packages\robot\utils\application.py", line 94, in _
execute
    error, details = get_error_details()
File "C:\Python27\lib\site-packages\robot\utils\error.py", line 45, in get_err
or_details
    details = ErrorDetails()
File "C:\Python27\lib\site-packages\robot\utils\error.py", line 58, in ErrorDe
tails
    raise exc_value
MemoryError


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to