Opened 12 years ago
Closed 17 months ago
#11528 closed defect (invalid)
Using a large EULA file causes VBoxManage to crash => Fixed in SVN
Reported by: | wanderingcanadian | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 4.2.6 |
Keywords: | Cc: | ||
Guest type: | all | Host type: | Linux |
Description
VBoxManage export crashes with the --eulafile option pointing to a file larger than 10K.
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Change History (4)
comment:1 by , 12 years ago
Summary: | Using a large EULA file causes VBoxManage to crash → Using a large EULA file causes VBoxManage to crash => Fixed in SVN |
---|
comment:3 by , 20 months ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
I'm using Virtualbox 7.0.8 on Debian 10 (x86_64).
vboxmanage --version returns --> 7.0.8r156879
I'm trying to export VM with --eulafile option as "MyCompany_EULA.pdf" with size 62K and script terminates with error as shown below: Is this size of EULA file unexpected?
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Look like this issue is still not fixed?
comment:4 by , 17 months ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
The EULA file must be a simple text file, arbitrary files are not supported.
Thanks for the report. The fix will be part of the next maintenance release (after 4.2.8).