You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just run a sample code to retrieve information from a thermal receipt printer but the script is trowing up segmentation Fault (Core Dump).
The error was raise by the package USB.PM on sub routine/function sub print on line 101. How can we overcome this error?
OS. Fedora 27
Perl 5.24.1
If I run from bash # perl /var/www/cgi-bin/test_usb.pl I get the error with CORE DUMP, but if I run with SUDO, I get only segmentation fault.
Apache error log will display the error as,
Negative repeat count does nothing at /usr/local/share/perl5/Printer/ESCPOS/Connections/USB.PM line 101, line 1
The text was updated successfully, but these errors were encountered:
I just run a sample code to retrieve information from a thermal receipt printer but the script is trowing up segmentation Fault (Core Dump).
The error was raise by the package USB.PM on sub routine/function sub print on line 101. How can we overcome this error?
OS. Fedora 27
Perl 5.24.1
If I run from bash # perl /var/www/cgi-bin/test_usb.pl I get the error with CORE DUMP, but if I run with SUDO, I get only segmentation fault.
Apache error log will display the error as,
Negative repeat count does nothing at /usr/local/share/perl5/Printer/ESCPOS/Connections/USB.PM line 101, line 1
The text was updated successfully, but these errors were encountered: